dlinklist: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 2 Apr 2014 12:52:01 +0000 (14:52 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 2 Apr 2014 15:11:37 +0000 (17:11 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Wed Apr  2 17:11:37 CEST 2014 on sn-devel-104

ctdb/lib/tevent/tevent_util.h
ctdb/lib/util/dlinklist.h
lib/ldb/include/dlinklist.h
lib/tevent/tevent_util.h
lib/util/dlinklist.h

index 311be604a0808bce8ad9e0d2bcabdc04531dc201..6f91983ae9d953fc5cfaf8db19a14f2b3a072cf2 100644 (file)
@@ -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); \
index 6d525f903644c61f9062b29e83dd60074190d905..5520901739b2ee624b5f3a930d6bf8bb0d256058 100644 (file)
@@ -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); \
index 1c577bb6b90da47f06cd4a1b495bc72b847cde1d..f640b0fafeb724e0fdca89765f39cb4a9c9fb975 100644 (file)
@@ -146,7 +146,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); \
index 311be604a0808bce8ad9e0d2bcabdc04531dc201..6f91983ae9d953fc5cfaf8db19a14f2b3a072cf2 100644 (file)
@@ -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); \
index 6d525f903644c61f9062b29e83dd60074190d905..5520901739b2ee624b5f3a930d6bf8bb0d256058 100644 (file)
@@ -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); \