tdb: Improve wording in a comment
authorVolker Lendecke <vl@samba.org>
Wed, 24 Sep 2014 17:46:17 +0000 (19:46 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 24 Sep 2014 22:59:16 +0000 (00:59 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Sep 25 00:59:16 CEST 2014 on sn-devel-104

lib/tdb/common/traverse.c

index a843359082bd1b65dc590084e61b6e2fba0cb16b..618670fd1cbe392874590e69065e7cee10ccfef8 100644 (file)
@@ -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)