Jeremy Siek 9 years ago
parent
commit
7bb33cfee5
1 changed files with 4 additions and 4 deletions
  1. 4 4
      book.tex

+ 4 - 4
book.tex

@@ -3877,10 +3877,10 @@ of the live objects into the ToSpace and then performs a slight of
 hand, treating the ToSpace as the new FromSpace and the old FromSpace
 hand, treating the ToSpace as the new FromSpace and the old FromSpace
 as the new ToSpace. In the bottom of
 as the new ToSpace. In the bottom of
 Figure~\ref{fig:copying-collector} you can see the result of the copy.
 Figure~\ref{fig:copying-collector} you can see the result of the copy.
-All of the live objects have been copied to the ToSpace in such a way
-that preserves the pointer relationships. For example, the pointer in
-the register still points to a 2-tuple whose first element is a
-3-tuple and second element is a 2-tuple.
+All of the live objects have been copied to the ToSpace in a way that
+preserves the pointer relationships. For example, the pointer in the
+register still points to a 2-tuple whose first element is a 3-tuple
+and second element is a 2-tuple.
 
 
 \begin{figure}[tbp]
 \begin{figure}[tbp]
 \centering
 \centering