AbstractOperatingSystem.st
changeset 23637 8b59f50ab857
parent 23598 8e7bb6b5d696
child 23682 79c84500c6c1
--- a/AbstractOperatingSystem.st	Tue Jan 22 17:19:10 2019 +0100
+++ b/AbstractOperatingSystem.st	Tue Jan 22 19:32:39 2019 +0100
@@ -4171,13 +4171,13 @@
 
 closePid:pid
     "free pid resource.
-     Not required for Unix, but Windoze requires it."
-
-    ^ true.
-
-    "Created: / 28.1.1998 / 14:23:04 / md"
-    "Modified: / 28.1.1998 / 14:27:18 / md"
-    "Modified: / 5.6.1998 / 18:38:46 / cg"
+     Not required for Unix, but Windows requires it to release the process handle."
+
+    ^ self.
+
+    "Created: / 28-01-1998 / 14:23:04 / md"
+    "Modified: / 05-06-1998 / 18:38:46 / cg"
+    "Modified: / 22-01-2019 / 19:31:07 / Stefan Vogel"
 !
 
 exit