Semaphore.st
branchjv
changeset 18079 7b5afc0ad3d5
parent 18027 3621469cc5e8
parent 15551 8ee0431a2f39
child 18084 ab5b38bd8f81
--- a/Semaphore.st	Thu Jul 25 13:04:52 2013 +0100
+++ b/Semaphore.st	Thu Aug 01 10:22:20 2013 +0100
@@ -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 $'
 ! !