summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-09-24 19:46:17 +0200
committerJeremy Allison <jra@samba.org>2014-09-25 00:59:16 +0200
commit17998fc4cf20cf6d12d7ba3100576163ddb865fa (patch)
tree2687af66fe8d1b64c5a1273502352e93292c07ba
parent5d22bcf160bc6baf94d0d8de6dddbb15dfefe2ce (diff)
downloadsamba-17998fc4cf20cf6d12d7ba3100576163ddb865fa.tar.gz
samba-17998fc4cf20cf6d12d7ba3100576163ddb865fa.tar.xz
samba-17998fc4cf20cf6d12d7ba3100576163ddb865fa.zip
tdb: Improve wording in a comment
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
-rw-r--r--lib/tdb/common/traverse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/common/traverse.c b/lib/tdb/common/traverse.c
index a843359082..618670fd1c 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)