summaryrefslogtreecommitdiff
path: root/lib/tdb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-12-14 14:48:31 +0100
committerStefan Metzmacher <metze@samba.org>2012-12-21 11:56:38 +0100
commitc04de8f3a4deba0062f8cdbcbe74d3735a80b735 (patch)
tree4d5e9bc1c5e6b056476ab4aa0dab260a922ea9e0 /lib/tdb
parent24755d75b0ee7170195bc26cf28bab4ffdb6f752 (diff)
downloadsamba-c04de8f3a4deba0062f8cdbcbe74d3735a80b735.tar.gz
samba-c04de8f3a4deba0062f8cdbcbe74d3735a80b735.tar.bz2
samba-c04de8f3a4deba0062f8cdbcbe74d3735a80b735.zip
tdb: Fix a typo
Reviewed-by: Rusty Russell <rusty@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/tdb')
-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 b171e54357..a3bfefa1a4 100644
--- a/lib/tdb/common/traverse.c
+++ b/lib/tdb/common/traverse.c
@@ -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)