grammer error fix

This commit is contained in:
Yuichi Nishiwaki 2014-03-22 18:41:46 +09:00
parent 510af57ce5
commit 046fae1adb
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ pic_resolve(pic_state *pic, pic_value obj)
typedef struct codegen_context {
bool varg;
/* rest args variable is counted by localc */
/* rest args variable is counted as a local */
int argc, localc;
/* closed variable table */
unsigned *cv_tbl, cv_num;