diff options
| author | Matthias Gatto <uso.cosmo.ray@gmail.com> | 2017-07-07 18:21:19 +0200 |
|---|---|---|
| committer | matthias <uso.cosmo.ray@gmail.com> | 2017-07-18 20:28:51 +0200 |
| commit | ba2b25e4ead7f0037d548289e517b31d29242880 (patch) | |
| tree | 38c400bdef04722feb256873846a28160197d1ae /tccgen.c | |
| parent | 2821644553198cf6ee123d74620207ec8471dd8c (diff) | |
| download | tinycc-ba2b25e4ead7f0037d548289e517b31d29242880.tar.gz tinycc-ba2b25e4ead7f0037d548289e517b31d29242880.tar.bz2 | |
fix typo sellector -> selector
Diffstat (limited to 'tccgen.c')
| -rw-r--r-- | tccgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(')'); |
