diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-01 17:26:05 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-01 17:26:05 +0000 |
| commit | 2951a7a4c2abb30838eab9d734b842b6f4f8c104 (patch) | |
| tree | 55a33ac7ca2f9d13e3d5f099d265020e096203c8 /lib/linklist.h | |
| parent | f3afd0a4e18f3b1fe11f687f9fceba1befbdb06d (diff) | |
*: 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 d23d425d62..ef914b965f 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)); |
