chiark / gitweb /
build-sys: add a makefile target to run all tests through valgrind
[elogind.git] / src / shared / list.h
index 96d6237974726693512b71cbc12c12e9df7bcf4e..476757460aa6145c55ccc2873f016d70862582f0 100644 (file)
@@ -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);                                      \