From: Ivan Maidanski Date: Fri, 10 Nov 2017 07:33:32 +0000 (+0300) Subject: Fix typo in 'gcdescr' documentation file X-Git-Tag: v7.4.8~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73606ed5829a4c7002d7162a16ef04c3a729553a;p=gc Fix typo in 'gcdescr' documentation file (Cherry-pick commit 419f4de9 from 'master' branch.) * doc/gcdescr.html (Allocation): Fix a typo ("the request is rounded"). --- diff --git a/doc/gcdescr.html b/doc/gcdescr.html index 5e9be1de..524a14f3 100644 --- a/doc/gcdescr.html +++ b/doc/gcdescr.html @@ -133,7 +133,7 @@ large block 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