Fix typo in gc.c

This commit is contained in:
Jun Hiroe
2014-08-07 21:16:32 +09:00
parent 918d4dc85c
commit 33ace171c4
+1 -1
View File
@@ -986,7 +986,7 @@ clear_all_old(mrb_state *mrb)
incremental_gc_until(mrb, GC_STATE_ROOT);
mrb->is_generational_gc_mode = origin_mode;
/* The gray objects has already been painted as white */
/* The gray objects have already been painted as white */
mrb->atomic_gray_list = mrb->gray_list = NULL;
}