Commit 33ace171 authored by Jun Hiroe's avatar Jun Hiroe

Fix typo in gc.c

parent 918d4dc8
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment