#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2020 16:26:20 +0100
changeset 25304 f10507faa940
parent 25303 77286c5f6f36
child 25305 4f2e03fce6a7
#DOCUMENTATION by cg class: Win32OperatingSystem class comment/format in: #getProcessId
Win32OperatingSystem.st
--- a/Win32OperatingSystem.st	Wed Feb 26 12:32:44 2020 +0100
+++ b/Win32OperatingSystem.st	Wed Feb 26 16:26:20 2020 +0100
@@ -1092,6 +1092,7 @@
     "Modified: 7.1.1997 / 19:36:11 / stefan"
 ! !
 
+
 !Win32OperatingSystem class methodsFor:'OS signal constants'!
 
 sigABRT
@@ -9574,7 +9575,7 @@
 !
 
 getProcessId
-    "return the (unix-)processId"
+    "return the (windows-)processId"
 
 %{  /* NOCONTEXT */