diff options
Diffstat (limited to 'src/shared/list.h')
-rw-r--r-- | src/shared/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/list.h b/src/shared/list.h index 96d6237974..476757460a 100644 --- a/src/shared/list.h +++ b/src/shared/list.h @@ -81,7 +81,7 @@ (head) = _item; \ } while (false) -/* Find the head of the list */ +/* Find the tail of the list */ #define LIST_FIND_TAIL(t,name,item,tail) \ do { \ t *_item = (item); \ |