]> gitweb.factorcode.org Git - factor.git/commitdiff
fixing some docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 Jul 2012 16:47:14 +0000 (09:47 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 Jul 2012 16:47:14 +0000 (09:47 -0700)
basis/bootstrap/compiler/compiler.factor
core/init/init-docs.factor

index 7156c2d416ba43c68bbd4d456578c1ea0859f4ea..e3df91337197db0988f48fe86cd5304c5974188b 100644 (file)
@@ -42,7 +42,7 @@ gc
     ! Compile a set of words ahead of the full compile.
     ! This set of words was determined semi-empirically
     ! using the profiler. It improves bootstrap time
-    ! significantly, because frequenly called words
+    ! significantly, because frequently called words
     ! which are also quick to compile are replaced by
     ! compiled definitions as soon as possible.
     {
index 0382c38dffb420ee114f50b4d3007148366a5b80..760cb1e693a54462c979f249c75a3fb0ae3c5cdf 100644 (file)
@@ -2,7 +2,7 @@ USING: help.markup help.syntax quotations strings ;
 IN: init
 
 HELP: boot
-{ $description "Called on startup as part of the boot quotation  to initialize the runtime and prepare it for running user code." } ;
+{ $description "Called on startup as part of the boot quotation to initialize the runtime and prepare it for running user code." } ;
 
 { boot startup-quot set-startup-quot } related-words