From 4701f86ff08eaf7b75823ebf929726ca76b20438 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Tue, 26 Nov 2013 16:22:49 +0900 Subject: [PATCH] fix a grammar error --- src/macro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macro.c b/src/macro.c index a8752c47..ff716c42 100644 --- a/src/macro.c +++ b/src/macro.c @@ -162,7 +162,7 @@ expand(pic_state *pic, pic_value obj, struct syntactic_env *env) pic_error(pic, "unexpected value type"); return pic_undef_value(); /* unreachable */ } - /* logic falw (suppress warnings gcc will emit) */ + /* logic flaw (suppress warnings gcc will emit) */ abort(); }