]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/linklist.h
*: s/TRUE/true/, s/FALSE/false/
[mirror_frr.git] / lib / linklist.h
index d23d425d627fee83ac5e61cf036417c811f2dd90..ef914b965f038a8bb75140b8c6920b0f4faf9655 100644 (file)
@@ -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));