Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 9726fd2

Browse files
kevingosseMaoni0
authored andcommitted
Fix typo in GC log (#16398)
1 parent cc4ac53 commit 9726fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gc/gcrecord.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ static BOOL gc_expand_mechanism_mandatory_p[] =
270270
static char* str_heap_compact_reasons[] =
271271
{
272272
"low on ephemeral space",
273-
"high fragmetation",
273+
"high fragmentation",
274274
"couldn't allocate gaps",
275275
"user specfied compact LOH",
276276
"last GC before OOM",

0 commit comments

Comments
 (0)