summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2013-06-26 13:43:16 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-06-27 01:38:47 -0400
commit3b18ae6866043ac4d96ee9bcada1a42469c80129 (patch)
tree969251410732b789aaf024d42aad9a9d2c1ac539 /src/shared
parent4ad490007b70e6ac18d3cb04fa2ed92eba1451fa (diff)
test: Add list testcase
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/list.h b/src/shared/list.h
index 96d623797..476757460 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); \