fix grammatical error
This commit is contained in:
parent
f5b98e38f8
commit
ee92e523b4
|
@ -39,7 +39,7 @@ typedef struct {
|
||||||
const char **sym_pool;
|
const char **sym_pool;
|
||||||
size_t slen, scapa;
|
size_t slen, scapa;
|
||||||
|
|
||||||
/* positive for variables, negative for macros (bitnot) */
|
/* positive for variables, negative for macros (bitwise-not) */
|
||||||
struct xhash *global_tbl;
|
struct xhash *global_tbl;
|
||||||
pic_value *globals;
|
pic_value *globals;
|
||||||
size_t glen, gcapa;
|
size_t glen, gcapa;
|
||||||
|
|
Loading…
Reference in New Issue