diff --git a/tccgen.c b/tccgen.c
index 25afdab5..51232db2 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);