Skip to content

Commit 4280d50

Browse files
authored
Merge pull request #171 from leungbk/gc-typo
2 parents 8bb57d0 + 84c4885 commit 4280d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14846,7 +14846,7 @@ \section{Challenge: Generational Collection}
1484614846
time proportional to all the live data. One way to reduce this
1484714847
overhead is to reduce how much data is inspected in each call to
1484814848
\code{collect}. In particular, researchers have observed that recently
14849-
allocated data is more likely to become garbage then data that has
14849+
allocated data is more likely to become garbage than data that has
1485014850
survived one or more previous calls to \code{collect}. This insight
1485114851
motivated the creation of \emph{generational garbage collectors}
1485214852
\index{subject}{generational garbage collector} that

0 commit comments

Comments
 (0)