diff options
Diffstat (limited to 'tinyc/c67-gen.c')
-rw-r--r-- | tinyc/c67-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyc/c67-gen.c b/tinyc/c67-gen.c index 04f8a12b7..77c68a279 100644 --- a/tinyc/c67-gen.c +++ b/tinyc/c67-gen.c @@ -235,7 +235,7 @@ void gsym(int t) } // these are regs that tcc doesn't really know about, -// but asign them unique values so the mapping routines +// but assign them unique values so the mapping routines // can distinquish them #define C67_A0 105 |