#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:44:08 +0100
changeset 4317 03c69a595f88
parent 4316 462d906a6b50
child 4318 cede8d1a3efc
#OTHER by cg comment/format
Monitor.st
--- 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'!