summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-11-10 10:33:32 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-11-10 10:33:32 +0300
commit419f4de9124f89656f9474ef984d854cb909baf6 (patch)
treebf23dba8d7f1a6794983d5b5bdde719ffb338312 /doc
parentd0f71f1df918e59b6f58ba6a4d91f09a75022a57 (diff)
downloadbdwgc-419f4de9124f89656f9474ef984d854cb909baf6.tar.gz
Fix typo in 'gcdescr' documentation file
* doc/gcdescr.md (Allocation): Fix a typo ("the request is rounded").
Diffstat (limited to 'doc')
-rw-r--r--doc/gcdescr.md2
1 files changed, 1 insertions, 1 deletions
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