aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tccgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tccgen.c b/tccgen.c
index 25afdab..51232db 100644
--- a/tccgen.c
+++ b/tccgen.c
@@ -4927,7 +4927,7 @@ ST_FUNC void unary(void)
type_decl(&cur_type, &ad_tmp, &itmp, TYPE_ABSTRACT);
if (compare_types(&controlling_type, &cur_type, 0)) {
if (has_match) {
- // tcc_error("type march twice");
+ // tcc_error("type match twice");
}
if (str)
tok_str_free(str);