ObjectMemory.st
branchjv
changeset 20342 219a5a47e8b1
parent 20220 874c664d2cbd
parent 20273 d64872bc1ce8
child 20344 152b525b5c63
--- a/ObjectMemory.st	Sat Aug 13 06:52:18 2016 +0200
+++ b/ObjectMemory.st	Tue Aug 23 09:54:28 2016 +0100
@@ -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."
@@ -5055,7 +5055,7 @@
 
 oldSpaceAllocatedSinceLastGC
     "return the number of bytes allocated for old objects since the
-     last oldspace garbage collect occured. This information is used
+     last oldspace garbage collect occurred. This information is used
      by ProcessorScheduler to decide when to start the incremental
      background GC."