[PATCH] tdb: Improve wording in a comment

Volker Lendecke Volker.Lendecke at SerNet.DE
Wed Sep 24 11:47:11 MDT 2014


Hi!

Review&push 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 b020109019885ba1157224e33a38d013efe8d493 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Wed, 24 Sep 2014 19:46:17 +0200
Subject: [PATCH] tdb: Improve wording in a comment

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 lib/tdb/common/traverse.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/tdb/common/traverse.c b/lib/tdb/common/traverse.c
index a843359..618670f 100644
--- a/lib/tdb/common/traverse.c
+++ b/lib/tdb/common/traverse.c
@@ -239,7 +239,7 @@ _PUBLIC_ int tdb_traverse_read(struct tdb_context *tdb,
   prevent deadlocks
 
   WARNING: The data buffer given to the callback fn does NOT meet the
-  alignment restrictions malloc gives you.
+  alignment guarantees malloc gives you.
 */
 _PUBLIC_ int tdb_traverse(struct tdb_context *tdb,
 		 tdb_traverse_func fn, void *private_data)
-- 
1.7.9.5



More information about the samba-technical mailing list