#DOCUMENTATION by mawalch
authormawalch
Thu, 09 Nov 2017 09:15:22 +0100
changeset 22335 6cef913b016d
parent 22334 8e2e3cb23910
child 22336 5cadc7503103
#DOCUMENTATION by mawalch class: ExternalBytes comment/format in: #forgetMemory
ExternalBytes.st
--- a/ExternalBytes.st	Thu Nov 09 07:04:34 2017 +0100
+++ b/ExternalBytes.st	Thu Nov 09 09:15:22 2017 +0100
@@ -1468,9 +1468,10 @@
 
     Lobby unregister:self.      "/ prevents finalization
     self unprotectFromGC.       "/ no longer remembered
-    self setAddress:0 size:0.   "/ no longer accessable
+    self setAddress:0 size:0.   "/ no longer accessible
 
     "Created: / 26-07-2017 / 11:20:41 / cg"
+    "Modified (comment): / 09-11-2017 / 09:13:34 / mawalch"
 !
 
 protectFromGC