Commit 107906e3 authored by fleuria's avatar fleuria

revise the comment in mrb_full_gc()

the old comment "clean all the black object as old" looks confusing,
it looks like "transform black object to old object", but indeed black
is old,
parent c1469a57
......@@ -1002,7 +1002,7 @@ mrb_full_gc(mrb_state *mrb)
incremental_gc_until(mrb, GC_STATE_NONE);
}
/* clean all black object as old */
/* clear all the old objects back to young */
if (is_generational(mrb)) {
clear_all_old(mrb);
mrb->gc_full = TRUE;
......
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