tdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 2 Oct 2012 10:21:20 +0000 (12:21 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 2 Oct 2012 17:52:16 +0000 (19:52 +0200)
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Oct  2 19:52:16 CEST 2012 on sn-devel-104

lib/tdb/common/lock.c

index 88a52e9dfa4c007c85fb4ef0af6f0c89dec8ae55..260fab668190f459c47251a77c677c3c06033e42 100644 (file)
@@ -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