]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/ssa/destruction/destruction-docs.factor
fix more typos in docs.
[factor.git] / basis / compiler / cfg / ssa / destruction / destruction-docs.factor
index b19f894a99c2637941a24b6b9f8ac71fcf042ec0..86ea0fa06f06c706f51055c7b83d05dd9bf44a22 100644 (file)
@@ -12,7 +12,7 @@ HELP: destruct-ssa
 { $description "Main entry point for the SSA destruction compiler pass." } ;
 
 ARTICLE: "compiler.cfg.ssa.destruction" "SSA Destruction"
-"SSA destruction compiler pass. It is preceeded by " { $vocab-link "compiler.cfg.save-contexts" } " and followed by " { $vocab-link "compiler.cfg.linear-scan" } "."
+"SSA destruction compiler pass. It is preceded by " { $vocab-link "compiler.cfg.save-contexts" } " and followed by " { $vocab-link "compiler.cfg.linear-scan" } "."
 $nl
 "Because of the design of the register allocator, this pass has three peculiar properties."
 { $list