Commit b609054f authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2516 from suzukaze/fix-typo-gc

Fix typo in gc.c
parents 918d4dc8 33ace171
...@@ -986,7 +986,7 @@ clear_all_old(mrb_state *mrb) ...@@ -986,7 +986,7 @@ clear_all_old(mrb_state *mrb)
incremental_gc_until(mrb, GC_STATE_ROOT); incremental_gc_until(mrb, GC_STATE_ROOT);
mrb->is_generational_gc_mode = origin_mode; 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; 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