From ee92e523b4d78d83961b2a39346b28d59982dd90 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Mon, 4 Nov 2013 15:49:54 -0500 Subject: [PATCH] fix grammatical error --- include/picrin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/picrin.h b/include/picrin.h index 0ed5fdbd..91ca2921 100644 --- a/include/picrin.h +++ b/include/picrin.h @@ -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;