grammartical fix

This commit is contained in:
Yuichi Nishiwaki 2014-01-18 22:31:40 +09:00
parent fdac5061fd
commit a0f27a68cd
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ pic_open(int argc, char *argv[], char **envp)
pic->scapa = pic->slen + PIC_SYM_POOL_SIZE;
pic->uniq_sym_count = 0;
/* globals */
/* global variables */
pic->global_tbl = xh_new();
pic->globals = (pic_value *)calloc(PIC_GLOBALS_SIZE, sizeof(pic_value));
pic->glen = 0;