Преглед изворни кода

Merge pull request #60 from AlexMaclean/master

Fixed "sleight of hand" typo in Ch5
Jeremy G. Siek пре 4 година
родитељ
комит
c795a2b534
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -6135,7 +6135,7 @@ So the goal of the garbage collector is twofold:
   \emph{garbage}.
   \emph{garbage}.
 \end{enumerate}
 \end{enumerate}
 A copying collector accomplishes this by copying all of the live
 A copying collector accomplishes this by copying all of the live
-objects from the FromSpace into the ToSpace and then performs a slight
+objects from the FromSpace into the ToSpace and then performs a sleight
 of hand, treating the ToSpace as the new FromSpace and the old
 of hand, treating the ToSpace as the new FromSpace and the old
 FromSpace as the new ToSpace.  In the example of
 FromSpace as the new ToSpace.  In the example of
 Figure~\ref{fig:copying-collector}, there are three pointers in the
 Figure~\ref{fig:copying-collector}, there are three pointers in the