From 064380e0e0728d9d5729ee39bf88bb19cf85edf5 Mon Sep 17 00:00:00 2001 From: Evgeniy Devyatkin Date: Wed, 31 Aug 2016 02:47:21 +0400 Subject: [PATCH] Skipped letter in a word (dotnet/coreclr#6991) Commit migrated from https://github.com/dotnet/coreclr/commit/76b982208f61b0691a48d3903ac7afcb10a1cce3 --- docs/coreclr/botr/garbage-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/coreclr/botr/garbage-collection.md b/docs/coreclr/botr/garbage-collection.md index 5b77611..9e16131 100644 --- a/docs/coreclr/botr/garbage-collection.md +++ b/docs/coreclr/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 -- 2.7.4