diff options
| author | Vincent Lefevre <vincent@vinc17.net> | 2014-04-07 13:31:00 +0200 |
|---|---|---|
| committer | Vincent Lefevre <vincent@vinc17.net> | 2014-04-07 13:31:00 +0200 |
| commit | 3e9a7e9d69e3adb0e9ed65d11caf415e74458fe9 (patch) | |
| tree | 9cb8986b31d58cd7ba2eb8e28a437cd7fa33b838 /c67-gen.c | |
| parent | d09a46d655f18e88b848e95ddf7fed7ac20bfc36 (diff) | |
| download | tinycc-3e9a7e9d69e3adb0e9ed65d11caf415e74458fe9.tar.gz tinycc-3e9a7e9d69e3adb0e9ed65d11caf415e74458fe9.tar.bz2 | |
Corrected spelling mistakes in comments and strings
Diffstat (limited to 'c67-gen.c')
| -rw-r--r-- | c67-gen.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -245,8 +245,8 @@ void gsym(int t) } // these are regs that tcc doesn't really know about, -// but asign them unique values so the mapping routines -// can distinquish them +// but assign them unique values so the mapping routines +// can distinguish them #define C67_A0 105 #define C67_SP 106 |
