From 77e37850fde550abcf1ce7e4eb8341b5022845f8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 20 May 2019 14:55:31 +0200 Subject: [PATCH] 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 Reviewed-by: Jeremy Allison --- lib/tdb/docs/README | 4 ++-- 1 file 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 -- 2.47.3