diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-01 19:26:05 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-01 19:26:05 +0200 |
commit | 2951a7a4c2abb30838eab9d734b842b6f4f8c104 (patch) | |
tree | 55a33ac7ca2f9d13e3d5f099d265020e096203c8 /zebra/rib.h | |
parent | Merge pull request #4575 from nitinsoniism/show_mac_arp_cache_vni_json_fix (diff) | |
download | frr-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.h | 2 |
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) |