RecursionLock.st
changeset 20190 b3da2cd21ad5
parent 20117 4dec7bf01eb5
child 20205 03e626304d06
child 20385 f8655a0e0503
--- a/RecursionLock.st	Thu Jul 28 15:07:43 2016 +0200
+++ b/RecursionLock.st	Thu Jul 28 19:36:09 2016 +0200
@@ -194,7 +194,7 @@
 !RecursionLock methodsFor:'waiting'!
 
 critical:aBlock
-    "evaluate aBlock as a critical region, but do not block,
+    "evaluate aBlock as a critical region, but do not block
      if this lock is already held by the current process."
 
     |active retVal wasBlocked gotSema|