Semaphore.st
changeset 15551 8ee0431a2f39
parent 14773 47a664dbd54b
child 15635 1b42005ee234
child 18079 7b5afc0ad3d5
--- a/Semaphore.st	Thu Jul 25 11:22:03 2013 +0200
+++ b/Semaphore.st	Thu Jul 25 11:22:14 2013 +0200
@@ -695,7 +695,7 @@
     "return true, if the receiver would block the activeProcess
      if a wait was performed. False otherwise.
      Attention: if asked without some global lock (blockedInterrupts),
-     the returned value may be wrong right away."
+     the returned value may be outdated right away."
 
     ^ count <= 0
 ! !
@@ -998,10 +998,10 @@
 !Semaphore class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.92 2013-02-08 16:21:33 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.93 2013-07-25 09:22:14 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.92 2013-02-08 16:21:33 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.93 2013-07-25 09:22:14 cg Exp $'
 ! !