From 419f4de9124f89656f9474ef984d854cb909baf6 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 10 Nov 2017 10:33:32 +0300 Subject: [PATCH] Fix typo in 'gcdescr' documentation file * doc/gcdescr.md (Allocation): Fix a typo ("the request is rounded"). --- doc/gcdescr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0