Procházet zdrojové kódy

generate -> generating

Carl Factora před 9 roky
rodič
revize
40ed181798
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -4810,7 +4810,7 @@ appropriate stack locations, as discussed in
 Section~\ref{sec:fun-x86}. You might want to introduce a new kind of
 AST node for stack arguments, \code{(stack-arg $i$)} where $i$ is the
 index of this argument with respect to the other stack arguments. As
-you're generate this code for parameter passing, take note of how many
+you're generating this code for parameter passing, take note of how many
 stack arguments are needed for purposes of computing the
 \itm{maxStack} discussed above.