projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b4d0ed
)
Skipped letter in a word (dotnet/coreclr#6991)
author
Evgeniy Devyatkin
<mail@edevyatkin.com>
Tue, 30 Aug 2016 22:47:21 +0000
(
02:47
+0400)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/docs/coreclr/botr/garbage-collection.md
b/docs/coreclr/botr/garbage-collection.md
index
5b77611
..
9e16131
100644
(file)
--- 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 a
c
quired 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