]> granicus.if.org Git - gc/commitdiff
Fix typo in 'gcdescr' documentation file
authorIvan Maidanski <ivmai@mail.ru>
Fri, 10 Nov 2017 07:33:32 +0000 (10:33 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 10 Nov 2017 07:33:32 +0000 (10:33 +0300)
* doc/gcdescr.md (Allocation): Fix a typo ("the request is rounded").

doc/gcdescr.md

index bddbab30f2b1ffe7a584f45bdab87f2fbc63c542..cc7514ca9127978144f709f51b9c230d44c72eda 100644 (file)
@@ -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