ObjectMemory.st
changeset 22606 99879cc8d051
parent 22539 b6e1ad0c9c27
child 22907 b374d7a2111d
--- a/ObjectMemory.st	Mon Mar 12 15:53:45 2018 +0100
+++ b/ObjectMemory.st	Mon Mar 12 15:54:12 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -4579,13 +4577,13 @@
      Can be used to reduce the pauses created by finalization.
      Normally, these pauses are not noticed; however if you have (say)
      ten thousands of weak objects, these could become long enough to
-     make background finalization usefull.
+     make background finalization useful.
      WARNING: background finalization may lead to much delayed freeing of
      system resources. Especially, you may temporarily run out of free
      color table entries or fileDescriptors etc. Use at your own risk (if at all)"
 
     "/
-    "/ its not useful, to run it more than once
+    "/ it is not useful to run it more than once
     "/
     BackgroundFinalizationProcess notNil ifTrue:[
         BackgroundFinalizationProcess priority:aPriority.