fix typo in FORCE_MAJOR_AFTER_COUNT comment

"arbitraily" -> "arbitrarily"
This commit is contained in:
Kashav Madan 2018-01-31 23:53:30 -05:00 committed by Vincent St-Amour
parent c173b629d5
commit 9981a15901

View File

@ -66,7 +66,7 @@ static int never_collect_incremental_on_minor = 0;
/* Conservatively force a major GC after a certain number minor GCs
(except in incremental mode). It should be ok to set this value
arbitraily high, while experience suggests that 100 would be
arbitrarily high, while experience suggests that 100 would be
excessively conservative. */
#define FORCE_MAJOR_AFTER_COUNT 1000