From ba2b25e4ead7f0037d548289e517b31d29242880 Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Fri, 7 Jul 2017 18:21:19 +0200 Subject: [PATCH] fix typo sellector -> selector --- tccgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tccgen.c b/tccgen.c index 51232db..acba740 100644 --- a/tccgen.c +++ b/tccgen.c @@ -4950,7 +4950,7 @@ ST_FUNC void unary(void) char buf[256]; type_to_str(buf, 256, &controlling_type, NULL); - tcc_error("_Generic sellector of type '%s' is not compatible with any assosiation", + tcc_error("_Generic selector of type '%s' is not compatible with any assosiation", buf); } skip(')');