#DOCUMENTATION by mawalch
authormawalch
Mon, 22 May 2017 12:21:49 +0200
changeset 4369 eb28bc87f581
parent 4368 6596738636b2
child 4370 a1ab0c18d19d
#DOCUMENTATION by mawalch class: SharedQueue comment/format in: #accessLock
SharedQueue.st
--- 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