- Patch #791610 by jhodgdon: Fixed typo in lock.inc.
parent
df45d5e5ce
commit
5436424a42
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* This is a cooperative, advisory lock system. Any long-running operation
|
||||
* that could potentially be attempted in parallel by multiple requests should
|
||||
* try to acquire a lock before proceeding. By obtainng a lock, one request
|
||||
* try to acquire a lock before proceeding. By obtaining a lock, one request
|
||||
* notifies any other requests that a specific operation is in progress which
|
||||
* must not be executed in parallel.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue