This commit is contained in:
Clint Shryock 2015-06-01 08:34:54 -05:00
parent 5226e29a69
commit dcb2d9e5ac

View File

@ -20,7 +20,7 @@ a single holder is allowed, and a lock is used for mutual exclusion. This
uses the [leader election algorithm](/docs/guides/leader-election.html).
If the lock holder count is more than one, then a semaphore is used instead.
A semaphore allows more than a single holder, but the is less efficient than
A semaphore allows more than a single holder, but this is less efficient than
a simple lock. This follows the [semaphore algorithm](/docs/guides/semaphore.html).
All locks using the same prefix must agree on the value of `-n`. If conflicting