From 3b18ae6866043ac4d96ee9bcada1a42469c80129 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 26 Jun 2013 13:43:16 +0200 Subject: test: Add list testcase --- src/shared/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/list.h') 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); \ -- cgit v1.2.3-54-g00ecf