Parcourir la source

Merge pull request #171 from leungbk/gc-typo

Jeremy G. Siek il y a 5 mois
Parent
commit
4280d50ce6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -14846,7 +14846,7 @@ significant runtime overhead because the call to \code{collect} takes
 time proportional to all the live data. One way to reduce this
 overhead is to reduce how much data is inspected in each call to
 \code{collect}. In particular, researchers have observed that recently
-allocated data is more likely to become garbage then data that has
+allocated data is more likely to become garbage than data that has
 survived one or more previous calls to \code{collect}. This insight
 motivated the creation of \emph{generational garbage collectors}
 \index{subject}{generational garbage collector} that