diff options
author | Volker Lendecke <vl@samba.org> | 2012-12-14 14:48:31 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-12-21 11:56:38 +0100 |
commit | c04de8f3a4deba0062f8cdbcbe74d3735a80b735 (patch) | |
tree | 4d5e9bc1c5e6b056476ab4aa0dab260a922ea9e0 /lib/tdb | |
parent | 24755d75b0ee7170195bc26cf28bab4ffdb6f752 (diff) | |
download | samba-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.c | 2 |
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) |