Remove duplicate copy of dlinklist.h.
[ira/wip.git] / lib / util / dlinklist.h
index 5624124459646de104c4d2a3659d326b949d0330..1a4ebb6fa090c7c3eb652ef9e26e87f5691fdc56 100644 (file)
@@ -58,7 +58,7 @@ do { \
           DLIST_ADD(list, p); \
 } while (0)
 
-/* hook into the end of the list - needs a tmp pointer */
+/* hook into the end of the list - needs the entry type */
 #define DLIST_ADD_END(list, p, type) \
 do { \
                if (!(list)) { \