Typo fixes

original commit: b366d047920048bdccf7d3d1be798963ceaafb72
This commit is contained in:
Samuel Bronson 2012-10-14 13:48:50 -04:00 committed by Matthew Flatt
parent 5717adf512
commit 7154fcca6b

View File

@ -12,5 +12,5 @@ Allocation rules:
* Other autoreleased objects may end up in the root pool installed by
"pool.rkt". The root pool is periodically destroyed and replaced;
call `queue-autorelease-flush' if you need to encurage replacement
of the pool. If you need to use an object htat might be autoflushed,
of the pool. If you need to use an object that might be autoflushed,
be sure that you're in atomic mode.