aboutsummaryrefslogtreecommitdiff
path: root/c67-gen.c
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2014-04-07 13:31:00 +0200
committerVincent Lefevre <vincent@vinc17.net>2014-04-07 13:31:00 +0200
commit3e9a7e9d69e3adb0e9ed65d11caf415e74458fe9 (patch)
tree9cb8986b31d58cd7ba2eb8e28a437cd7fa33b838 /c67-gen.c
parentd09a46d655f18e88b848e95ddf7fed7ac20bfc36 (diff)
downloadtinycc-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c67-gen.c b/c67-gen.c
index 6d9068a..a26dfaa 100644
--- a/c67-gen.c
+++ b/c67-gen.c
@@ -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