summaryrefslogtreecommitdiff
path: root/src/gc
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2019-04-26 19:45:22 -0700
committerJan Kotas <jkotas@microsoft.com>2019-04-26 19:45:22 -0700
commit2832f54a6602cd4c0dff4fa65163345ab3ad953c (patch)
treeee53f94e40b1b69b104e4a5319c835f6cd017ade /src/gc
parent141926d90c54bb358cfe8d9eb641c88e94639a8c (diff)
downloadcoreclr-2832f54a6602cd4c0dff4fa65163345ab3ad953c.tar.gz
coreclr-2832f54a6602cd4c0dff4fa65163345ab3ad953c.tar.bz2
coreclr-2832f54a6602cd4c0dff4fa65163345ab3ad953c.zip
Typos (#24280)
* thier -> their * exeption -> exception * Estbalisher -> Establisher * neeed -> need * neeed -> need * neeeded -> needed * neeeded -> needed * facilitiate -> facilitate * extremly -> extremely * extry -> extra
Diffstat (limited to 'src/gc')
-rw-r--r--src/gc/gc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/gc.cpp b/src/gc/gc.cpp
index 1b57fa029e..63df5513f6 100644
--- a/src/gc/gc.cpp
+++ b/src/gc/gc.cpp
@@ -4697,7 +4697,7 @@ gc_heap::soh_get_segment_to_expand()
dprintf (GTC_LOG, ("max_gen-1: Found existing segment to expand into %Ix", (size_t)seg));
// If we return 0 here, the allocator will think since we are short on end
- // of seg we neeed to trigger a full compacting GC. So if sustained low latency
+ // of seg we need to trigger a full compacting GC. So if sustained low latency
// is set we should acquire a new seg instead, that way we wouldn't be short.
// The real solution, of course, is to actually implement seg reuse in gen1.
if (settings.pause_mode != pause_sustained_low_latency)