summaryrefslogtreecommitdiffstats
path: root/zebra/rib.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-07-01 19:26:05 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-07-01 19:26:05 +0200
commit2951a7a4c2abb30838eab9d734b842b6f4f8c104 (patch)
tree55a33ac7ca2f9d13e3d5f099d265020e096203c8 /zebra/rib.h
parentMerge pull request #4575 from nitinsoniism/show_mac_arp_cache_vni_json_fix (diff)
downloadfrr-2951a7a4c2abb30838eab9d734b842b6f4f8c104.tar.xz
frr-2951a7a4c2abb30838eab9d734b842b6f4f8c104.zip
*: s/TRUE/true/, s/FALSE/false/
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/rib.h')
-rw-r--r--zebra/rib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index 292f6bc60..9d8cee8bf 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -500,7 +500,7 @@ static inline void rib_tables_iter_init(rib_tables_iter_t *iter)
/*
* rib_tables_iter_started
*
- * Returns TRUE if this iterator has started iterating over the set of
+ * Returns true if this iterator has started iterating over the set of
* tables.
*/
static inline int rib_tables_iter_started(rib_tables_iter_t *iter)