SharedQueue.st
changeset 4369 eb28bc87f581
parent 4348 06a5c0f38e6c
child 4498 28b2bd9675c7
--- a/SharedQueue.st	Mon May 22 12:20:40 2017 +0200
+++ b/SharedQueue.st	Mon May 22 12:21:49 2017 +0200
@@ -199,9 +199,11 @@
 !SharedQueue methodsFor:'accessing-internals'!
 
 accessLock
-    "return the critical access-semaphore which is used internally to syncronize access"
+    "return the critical access-semaphore which is used internally to synchronize access"
 
     ^ accessLock
+
+    "Modified (comment): / 22-05-2017 / 12:08:49 / mawalch"
 !
 
 readSemaphore