[PATCH] dlinklist: Fix a typo
Volker Lendecke
Volker.Lendecke at SerNet.DE
Wed Apr 2 06:52:42 MDT 2014
Hi!
Review would be appreciated.
Thanks,
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From dc0f45316b35da2578dccf042b3f7912f592f208 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Wed, 2 Apr 2014 14:52:01 +0200
Subject: [PATCH] dlinklist: Fix a typo
Signed-off-by: Volker Lendecke <vl at samba.org>
---
ctdb/lib/tevent/tevent_util.h | 2 +-
ctdb/lib/util/dlinklist.h | 2 +-
lib/ldb/include/dlinklist.h | 2 +-
lib/tevent/tevent_util.h | 2 +-
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 311be60..6f91983 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 6d525f9..5520901 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 1c577bb..f640b0f 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 311be60..6f91983 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 6d525f9..5520901 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); \
--
1.7.9.5
More information about the samba-technical
mailing list