fix grammatical error

This commit is contained in:
Yuichi Nishiwaki 2013-11-04 15:49:54 -05:00
parent f5b98e38f8
commit ee92e523b4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ typedef struct {
const char **sym_pool;
size_t slen, scapa;
/* positive for variables, negative for macros (bitnot) */
/* positive for variables, negative for macros (bitwise-not) */
struct xhash *global_tbl;
pic_value *globals;
size_t glen, gcapa;