diff options
author | Jan Janssen <medhefgo@web.de> | 2013-06-26 13:43:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-27 01:38:47 -0400 |
commit | 3b18ae6866043ac4d96ee9bcada1a42469c80129 (patch) | |
tree | 969251410732b789aaf024d42aad9a9d2c1ac539 /src/shared/list.h | |
parent | 4ad490007b70e6ac18d3cb04fa2ed92eba1451fa (diff) |
test: Add list testcase
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); \ |