#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:32:26 +0100
changeset 20822 a41b72875124
parent 20821 68508cd3a14a
child 20823 73e7da80f87c
#DOCUMENTATION by cg class: ObjectMemory comment/format in: #supportsJustInTimeCompilation
ObjectMemory.st
--- a/ObjectMemory.st	Fri Nov 04 16:30:51 2016 +0100
+++ b/ObjectMemory.st	Fri Nov 04 16:32:26 2016 +0100
@@ -4415,7 +4415,7 @@
 
 supportsJustInTimeCompilation
     "return true, if this system supports just-in-time-compilation of
-     bytecode to machine code. Dont confuse this with stc-compilation."
+     bytecode to machine code. Don't confuse this with stc-compilation."
 
 %{  /* NOCONTEXT */
     extern int __canDoJustInTimeCompilation();
@@ -4427,7 +4427,6 @@
     "
      ObjectMemory supportsJustInTimeCompilation
     "
-
 ! !
 
 !ObjectMemory class methodsFor:'low memory handling'!