diff options
Diffstat (limited to 'lib/tdb/common')
-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) |