From a168a7c791a4be1730a370d059b3a1073fbb0bdd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 2 Oct 2012 12:21:20 +0200 Subject: [PATCH] tdb: Fix a typo Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Tue Oct 2 19:52:16 CEST 2012 on sn-devel-104 --- lib/tdb/common/lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tdb/common/lock.c b/lib/tdb/common/lock.c index 88a52e9dfa4..260fab66819 100644 --- a/lib/tdb/common/lock.c +++ b/lib/tdb/common/lock.c @@ -562,7 +562,7 @@ int tdb_allrecord_lock(struct tdb_context *tdb, int ltype, /* We cover two kinds of locks: * 1) Normal chain locks. Taken for almost all operations. - * 3) Individual records locks. Taken after normal or free + * 2) Individual records locks. Taken after normal or free * chain locks. * * It is (1) which cause the starvation problem, so we're only -- 2.11.4.GIT