diff options
-rw-r--r-- | ctdb/lib/tevent/tevent_util.h | 2 | ||||
-rw-r--r-- | ctdb/lib/util/dlinklist.h | 2 | ||||
-rw-r--r-- | lib/ldb/include/dlinklist.h | 2 | ||||
-rw-r--r-- | lib/tevent/tevent_util.h | 2 | ||||
-rw-r--r-- | lib/util/dlinklist.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ctdb/lib/tevent/tevent_util.h b/ctdb/lib/tevent/tevent_util.h index 311be604a08..6f91983ae9d 100644 --- a/ctdb/lib/tevent/tevent_util.h +++ b/ctdb/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); \ diff --git a/ctdb/lib/util/dlinklist.h b/ctdb/lib/util/dlinklist.h index 6d525f90364..5520901739b 100644 --- a/ctdb/lib/util/dlinklist.h +++ b/ctdb/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); \ diff --git a/lib/ldb/include/dlinklist.h b/lib/ldb/include/dlinklist.h index 1c577bb6b90..f640b0fafeb 100644 --- a/lib/ldb/include/dlinklist.h +++ b/lib/ldb/include/dlinklist.h @@ -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); \ 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); \ 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); \ |