From 2821644553198cf6ee123d74620207ec8471dd8c Mon Sep 17 00:00:00 2001 From: matthias Date: Fri, 14 Jul 2017 16:55:24 +0200 Subject: [PATCH] fix typo: march -> match --- tccgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);