Skip to content

Commit

Permalink
tdb: Fix a typo
Browse files Browse the repository at this point in the history
Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Tue Oct  2 19:52:16 CEST 2012 on sn-devel-104
  • Loading branch information
vlendec committed Oct 2, 2012
1 parent 7751d03 commit a168a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tdb/common/lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a168a7c

Please sign in to comment.