summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tevent/tevent_util.h')
-rw-r--r--lib/tevent/tevent_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_util.h b/lib/tevent/tevent_util.h
index 311be604a08..6f91983ae9d 100644
--- a/lib/tevent/tevent_util.h
+++ b/lib/tevent/tevent_util.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); \