summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorEvgeniy Devyatkin <mail@edevyatkin.com>2016-08-31 02:47:21 +0400
committerJan Kotas <jkotas@microsoft.com>2016-08-30 15:47:21 -0700
commit76b982208f61b0691a48d3903ac7afcb10a1cce3 (patch)
tree03f50641d13b77fbec2e3767850980671dfdc1f1 /Documentation
parentacd041fae8b2cd76e97d4fb9dcad7a94a95d3cec (diff)
downloadcoreclr-76b982208f61b0691a48d3903ac7afcb10a1cce3.tar.gz
coreclr-76b982208f61b0691a48d3903ac7afcb10a1cce3.tar.bz2
coreclr-76b982208f61b0691a48d3903ac7afcb10a1cce3.zip
Skipped letter in a word (#6991)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/botr/garbage-collection.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/botr/garbage-collection.md b/Documentation/botr/garbage-collection.md
index 5b776118da..9e16131114 100644
--- a/Documentation/botr/garbage-collection.md
+++ b/Documentation/botr/garbage-collection.md
@@ -113,7 +113,7 @@ address, which means objects of lower addresses on the segment are
older than those of higher addresses. Again there are exceptions that
will be described below.
-Heap segments can be aquired as needed. They are deleted when they
+Heap segments can be acquired as needed. They are deleted when they
don’t contain any live objects, however the initial segment on the heap
will always exist. For each heap, one segment at a time is acquired,
which is done during a GC for small objects and during allocation time