diff options
Diffstat (limited to 'src/include/lib/ilist.h')
-rw-r--r-- | src/include/lib/ilist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/lib/ilist.h b/src/include/lib/ilist.h index 9ff21bd41dc..3a9209d1c10 100644 --- a/src/include/lib/ilist.h +++ b/src/include/lib/ilist.h @@ -162,7 +162,7 @@ typedef struct dlist_head /* - * Doubly linked list iterator type for dlist_head and and dclist_head types. + * Doubly linked list iterator type for dlist_head and dclist_head types. * * Used as state in dlist_foreach() and dlist_reverse_foreach() (and the * dclist variant thereof). |