fix a grammar error

This commit is contained in:
Yuichi Nishiwaki 2013-11-26 16:22:49 +09:00
parent 52f1776b22
commit 4701f86ff0
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}