Monitor.st
changeset 4317 03c69a595f88
parent 3993 ba9a301c1b16
child 4479 36c7825beafc
--- a/Monitor.st	Sat Feb 11 04:40:57 2017 +0000
+++ b/Monitor.st	Mon Feb 13 20:44:08 2017 +0100
@@ -288,11 +288,12 @@
 !
 
 owningProcess
-    "return the monitors owner; or nil, if its free"
+    "return the monitors owner; or nil, if it's free"
 
     ^ owningProcess
 
-    "Created: / 11.12.1998 / 13:43:39 / cg"
+    "Created: / 11-12-1998 / 13:43:39 / cg"
+    "Modified (comment): / 13-02-2017 / 20:27:05 / cg"
 ! !
 
 !Monitor class methodsFor:'documentation'!