Fix a wrong comment

This commit is contained in:
Narihiro Nakamura
2012-12-31 15:59:23 +09:00
parent 50e3a53d73
commit 8c27e43779
+1 -1
View File
@@ -883,7 +883,7 @@ mrb_gc_arena_restore(mrb_state *mrb, int idx)
/*
* Field write barrier
* Paint obj(Black) -> value(White) to obj(Black) -> value(Black).
* Paint obj(Black) -> value(White) to obj(Black) -> value(Gray).
*/
void