From 4011cdb60146214478d5ebbf1a59a88e9bafd99b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 19 Jul 2017 16:36:05 +0000 Subject: [PATCH] Spelling fix --- gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gc.c b/gc.c index 422869d5..80f7f5c7 100644 --- a/gc.c +++ b/gc.c @@ -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);