From 17998fc4cf20cf6d12d7ba3100576163ddb865fa Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 24 Sep 2014 19:46:17 +0200 Subject: [PATCH] tdb: Improve wording in a comment Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Sep 25 00:59:16 CEST 2014 on sn-devel-104 --- 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 a843359082b..618670fd1cb 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) -- 2.11.4.GIT