mirror of
https://github.com/frida/tinycc
synced 2024-12-24 22:16:49 +03:00
fix typo sellector -> selector
This commit is contained in:
parent
2821644553
commit
ba2b25e4ea
2
tccgen.c
2
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(')');
|
||||
|
Loading…
Reference in New Issue
Block a user