summaryrefslogtreecommitdiff
path: root/lib/tdb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-10-02 12:21:20 +0200
committerVolker Lendecke <vl@samba.org>2012-10-02 19:52:16 +0200
commita168a7c791a4be1730a370d059b3a1073fbb0bdd (patch)
tree1d7358e467f0a4266546a2be04dddc08bd88ef05 /lib/tdb
parent7751d03a1e18a94de1f54f6ba4143b52d8c53180 (diff)
downloadsamba-a168a7c791a4be1730a370d059b3a1073fbb0bdd.tar.gz
samba-a168a7c791a4be1730a370d059b3a1073fbb0bdd.tar.bz2
samba-a168a7c791a4be1730a370d059b3a1073fbb0bdd.zip
tdb: Fix a typo
Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Oct 2 19:52:16 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/tdb')
-rw-r--r--lib/tdb/common/lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/common/lock.c b/lib/tdb/common/lock.c
index 88a52e9dfa..260fab6681 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