Skipped letter in a word (dotnet/coreclr#6991)
authorEvgeniy Devyatkin <mail@edevyatkin.com>
Tue, 30 Aug 2016 22:47:21 +0000 (02:47 +0400)
committerJan Kotas <jkotas@microsoft.com>
Tue, 30 Aug 2016 22:47:21 +0000 (15:47 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/76b982208f61b0691a48d3903ac7afcb10a1cce3

docs/coreclr/botr/garbage-collection.md

index 5b77611..9e16131 100644 (file)
@@ -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