grammatical fix

This commit is contained in:
Yuichi Nishiwaki 2014-01-18 16:06:59 +09:00
parent 9d8cf24d9d
commit 3ff7d5b208
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ gc_mark_phase(pic_state *pic)
gc_mark_object(pic, pic->arena[i]);
}
/* globals */
/* global variables */
for (i = 0; i < pic->glen; ++i) {
gc_mark(pic, pic->globals[i]);
}