tdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 14 Dec 2012 13:48:31 +0000 (14:48 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2012 10:56:38 +0000 (11:56 +0100)
Reviewed-by: Rusty Russell <rusty@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/common/traverse.c

index b171e54357b727d786361e07661840140bdb95cc..a3bfefa1a4ec2def76ea9acccf448270d0268a0b 100644 (file)
@@ -210,7 +210,7 @@ out:
 
 
 /*
-  a write style traverse - temporarily marks the db read only
+  a read style traverse - temporarily marks the db read only
 */
 _PUBLIC_ int tdb_traverse_read(struct tdb_context *tdb,
                      tdb_traverse_func fn, void *private_data)