From: Ivan Maidanski Date: Fri, 10 Nov 2017 07:33:32 +0000 (+0300) Subject: Fix typo in 'gcdescr' documentation file X-Git-Tag: v8.0.0~519 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=419f4de9124f89656f9474ef984d854cb909baf6;p=gc Fix typo in 'gcdescr' documentation file * doc/gcdescr.md (Allocation): Fix a typo ("the request is rounded"). --- diff --git a/doc/gcdescr.md b/doc/gcdescr.md index bddbab30..cc7514ca 100644 --- a/doc/gcdescr.md +++ b/doc/gcdescr.md @@ -100,7 +100,7 @@ free list. In order to avoid allocating blocks for too many distinct object sizes, the collector normally does not directly allocate objects of every possible -request size. Instead request are rounded up to one of a smaller number +request size. Instead, the request is rounded up to one of a smaller number of allocated sizes, for which free lists are maintained. The exact allocated sizes are computed on demand, but subject to the constraint that they increase roughly in geometric progression. Thus objects requested early in the