tdb: Improve wording in a comment
[samba.git] / 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)