summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-05-20 14:55:31 +0200
committerJeremy Allison <jra@samba.org>2019-05-23 16:56:17 +0000
commit77e37850fde550abcf1ce7e4eb8341b5022845f8 (patch)
tree7508f393c3872b86445f8481de2d712bbd5fa16e /lib
parent564e0f25664b60f27d57bf1eab05e613db027d71 (diff)
downloadsamba-77e37850fde550abcf1ce7e4eb8341b5022845f8.tar.gz
tdb: Fix typo in README
README is far from a complete, good and accurate document, but what's in there should at least not have obvious errors. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/tdb/docs/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tdb/docs/README b/lib/tdb/docs/README
index be2224f1d84..86d46a38ac2 100644
--- a/lib/tdb/docs/README
+++ b/lib/tdb/docs/README
@@ -206,13 +206,13 @@ int tdb_writeunlock(TDB_CONTEXT *tdb);
unlock the database
----------------------------------------------------------------------
-int tdb_lockchain(TDB_CONTEXT *tdb, TDB_DATA key);
+int tdb_chainlock(TDB_CONTEXT *tdb, TDB_DATA key);
lock one hash chain. This is meant to be used to reduce locking
contention - it cannot guarantee how many records will be locked
----------------------------------------------------------------------
-int tdb_unlockchain(TDB_CONTEXT *tdb, TDB_DATA key);
+int tdb_chainunlock(TDB_CONTEXT *tdb, TDB_DATA key);
unlock one hash chain