ObjectMemory.st
changeset 20273 d64872bc1ce8
parent 20264 fa4cbb768ffe
child 20303 060fea1cfebe
child 20342 219a5a47e8b1
--- a/ObjectMemory.st	Mon Aug 15 16:13:16 2016 +0200
+++ b/ObjectMemory.st	Tue Aug 16 14:03:43 2016 +0200
@@ -1065,7 +1065,7 @@
 
 setTrapOnReadFor:anObject
     "install a read trap for anObject;
-     An accessSignal will be raised, whenever any access into anObject occurrs.
+     An accessSignal will be raised, whenever any access into anObject occurs.
      This is not supported on all architectures, therefore the return value
      (true of trap was installed ok, false if failed) should be checked."
 
@@ -3149,7 +3149,7 @@
     "
 
     "
-     turn it off (i.e. let the system  compute an appropriate amount ...)
+     turn it off (i.e. let the system compute an appropriate amount ...)
     "
     "
      ObjectMemory freeSpaceGCAmount:nil.
@@ -3194,7 +3194,7 @@
 !
 
 incrementalGCLimit
-    "return the  allocatedSinceLastGC limit for incremental GC activation.
+    "return the allocatedSinceLastGC limit for incremental GC activation.
      The system will start doing incremental background GC, once more than this number
      of bytes have been allocated since the last GC.
      The default is 500000; setting it to nil will turn this trigger off."