From eeeb65d7d81334761eeaed5fd71321282bcd7642 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Sat, 29 Oct 2016 22:19:42 +0300 Subject: [PATCH] compiler.cfg.stacks-docs: fix a typo --- basis/compiler/cfg/stacks/stacks-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/compiler/cfg/stacks/stacks-docs.factor b/basis/compiler/cfg/stacks/stacks-docs.factor index 326ca1e0f3..1aebfd8671 100644 --- a/basis/compiler/cfg/stacks/stacks-docs.factor +++ b/basis/compiler/cfg/stacks/stacks-docs.factor @@ -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 }