diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-07 11:25:55 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-07 11:25:55 -0400 |
commit | 0e85b4b5000b41b4e7310f3fd7dd02b62a6ce6ba (patch) | |
tree | 86419a5609a175912286b7508d956a7bb3603260 | |
parent | 496ce269586d3c0b55ded370373b3ee9c9107517 (diff) |
indents
-rw-r--r-- | doc/bugs/concurrent_drop--from_presence_checking_failures.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bugs/concurrent_drop--from_presence_checking_failures.mdwn b/doc/bugs/concurrent_drop--from_presence_checking_failures.mdwn index f3517c29a..93e9b931a 100644 --- a/doc/bugs/concurrent_drop--from_presence_checking_failures.mdwn +++ b/doc/bugs/concurrent_drop--from_presence_checking_failures.mdwn @@ -28,9 +28,9 @@ consider, for example: A wants from drop from A B wants to drop from B A locks it A checks if B has it (succeeds) -A drops it from A B locks it +A drops it from A B locks it B checks if A has it (fails) - B fails to drop it + B fails to drop it Which is also ok. @@ -39,7 +39,7 @@ A locks it A checks if B has it (succeeds) B locks it B checks if A has it - (does, but locked, so fails) + (does, but locked, so fails) A drops it B fails to drop it Yay, still ok. |