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 /lib/linklist.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 'lib/linklist.h')
-rw-r--r-- | lib/linklist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/linklist.h b/lib/linklist.h index d23d425d6..ef914b965 100644 --- a/lib/linklist.h +++ b/lib/linklist.h @@ -316,7 +316,7 @@ extern void list_add_list(struct list *list, struct list *add); * list * list to operate on * cond - * function pointer which takes node data as input and return TRUE or FALSE + * function pointer which takes node data as input and return true or false */ extern void list_filter_out_nodes(struct list *list, bool (*cond)(void *data)); |