summaryrefslogtreecommitdiffstats
path: root/lib/util
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/dlinklist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/dlinklist.h b/lib/util/dlinklist.h
index 6d525f90364..5520901739b 100644
--- a/lib/util/dlinklist.h
+++ b/lib/util/dlinklist.h
@@ -142,7 +142,7 @@ do { \
} \
} while (0)
-/* promote an element to the from of a list */
+/* promote an element to the front of a list */
#define DLIST_PROMOTE(list, p) \
do { \
DLIST_REMOVE(list, p); \