summaryrefslogtreecommitdiff
path: root/src/gc
diff options
context:
space:
mode:
authorKevin Gosse <krix33@gmail.com>2018-02-15 21:08:15 +0100
committerMaoni Stephens <Maoni0@users.noreply.github.com>2018-02-15 12:08:15 -0800
commit9726fd25ebdf0304056e20a33d71812994b80f17 (patch)
tree1bad03ee5841d55bf4c753f8ecc330a61a5abb7b /src/gc
parentcc4ac534127c73fd45d6ecd1b6ca62af77626ebb (diff)
downloadcoreclr-9726fd25ebdf0304056e20a33d71812994b80f17.tar.gz
coreclr-9726fd25ebdf0304056e20a33d71812994b80f17.tar.bz2
coreclr-9726fd25ebdf0304056e20a33d71812994b80f17.zip
Fix typo in GC log (#16398)
Diffstat (limited to 'src/gc')
-rw-r--r--src/gc/gcrecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/gcrecord.h b/src/gc/gcrecord.h
index fff1fc5c8b..9c3282b2bd 100644
--- a/src/gc/gcrecord.h
+++ b/src/gc/gcrecord.h
@@ -270,7 +270,7 @@ static BOOL gc_expand_mechanism_mandatory_p[] =
static char* str_heap_compact_reasons[] =
{
"low on ephemeral space",
- "high fragmetation",
+ "high fragmentation",
"couldn't allocate gaps",
"user specfied compact LOH",
"last GC before OOM",