#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:45:16 +0100
changeset 21440 f4962d3c833a
parent 21439 5a7a395dc9b7
child 21441 ff5dc8186e55
#OTHER by cg comment/format
WeakArray.st
--- a/WeakArray.st	Mon Feb 13 20:45:15 2017 +0100
+++ b/WeakArray.st	Mon Feb 13 20:45:16 2017 +0100
@@ -183,9 +183,9 @@
         /*
          * the behavior of __addShadowObject() in case of overflowing
          * VM-table space can be controlled by the second argument:
-         *   if its 0, the weakObject is not registered, and false
+         *   if it's 0, the weakObject is not registered, and false
          *   is returned.
-         *   if its 1, the tables are reallocated, registration proceeds,
+         *   if it's 1, the tables are reallocated, registration proceeds,
          *   and true is returned.
          * This allows for the caller to have an influence on the VM's
          * shadow table allocation.
@@ -246,6 +246,8 @@
         "
         ^ RegistrationFailedSignal raiseRequestWith:self
     ]
+
+    "Modified: / 13-02-2017 / 20:34:24 / cg"
 ! !
 
 !WeakArray methodsFor:'accessing'!