]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.cfg.stacks-docs: fix a typo
authorAlexander Iljin <ajsoft@yandex.ru>
Sat, 29 Oct 2016 19:19:42 +0000 (22:19 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 30 Oct 2016 21:18:53 +0000 (14:18 -0700)
basis/compiler/cfg/stacks/stacks-docs.factor

index 326ca1e0f3cc6620465b4578862e5a2361ea40b2..1aebfd8671ebf011923cad6748e369205cdb5719 100644 (file)
@@ -35,7 +35,7 @@ HELP: 3inputs
 
 ARTICLE: "compiler.cfg.stacks" "Generating instructions for accessing the data and retain stacks" "This vocab contains utility words for manipulating the analysis data and retain stacks."
 $nl
-"When nodes in the dataflow IR pushes or pops items from the stacks, instructions for performing those actions aren't immediately emitted. Instead the analysis stacks are manipulated and when the stack analysis phase is complete, optimal stack shuffling code is emitted. This way, exactly the same instructions are emitted for equivalent qutations such as [ dup drop ] and [ ]."
+"When nodes in the dataflow IR pushes or pops items from the stacks, instructions for performing those actions aren't immediately emitted. Instead the analysis stacks are manipulated and when the stack analysis phase is complete, optimal stack shuffling code is emitted. This way, exactly the same instructions are emitted for equivalent quotations such as [ dup drop ] and [ ]."
 $nl
 "Popping from the datastack:"
 { $subsections 2inputs 3inputs ds-drop }