Przeglądaj źródła

generate -> generating

Carl Factora 9 lat temu
rodzic
commit
40ed181798
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 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
 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
 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
 stack arguments are needed for purposes of computing the
 \itm{maxStack} discussed above.
 \itm{maxStack} discussed above.