Jeremy Siek пре 8 година
родитељ
комит
152e9ac09b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      book.tex

+ 2 - 2
book.tex

@@ -4307,9 +4307,9 @@ succeed.
    static void cheney(int64_t** rootstack_ptr);
 \end{lstlisting}
   The parameter \code{rootstack\_ptr} is a pointer to the top of the
-  rootstack (which is array of pointers).  The \code{cheney} function
+  rootstack (which is an array of pointers).  The \code{cheney} function
   also communicates with \code{collect} through several global
-  variables, the \code{framespace\_begin} and \code{framespace\_end}
+  variables, the \code{fromspace\_begin} and \code{fromspace\_end}
   mentioned in Figure~\ref{fig:gc-header} as well as the pointers for
   the ToSpace:
 \begin{lstlisting}