X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Flist.h;h=476757460aa6145c55ccc2873f016d70862582f0;hb=ea52e2aee8dd7b3f51e9a00e76a54ef12dc0e898;hp=96d6237974726693512b71cbc12c12e9df7bcf4e;hpb=2bc8ca0ca2fefcfb63a37723d7a9bbb9ae76ceb1;p=elogind.git 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); \