fix a grammar error
This commit is contained in:
parent
52f1776b22
commit
4701f86ff0
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue