Spelling fix

This commit is contained in:
Justin Ethier 2017-07-19 16:36:05 +00:00
parent 3fcd455189
commit 4011cdb601

2
gc.c
View file

@ -1314,7 +1314,7 @@ void gc_mut_cooperate(gc_thread_data * thd, int buf_len)
debug_print = 1;
#endif
// Mark thread "roots":
// Begin my marking current continuation, which may have already
// Begin by marking current continuation, which may have already
// been on the heap prior to latest minor GC
pthread_mutex_lock(&(thd->lock));
gc_mark_gray(thd, thd->gc_cont);