diff options
Diffstat (limited to 'gas/config/tc-z80.c')
-rw-r--r-- | gas/config/tc-z80.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-z80.c b/gas/config/tc-z80.c index b7e075a..0953541 100644 --- a/gas/config/tc-z80.c +++ b/gas/config/tc-z80.c @@ -540,7 +540,7 @@ contains_register(symbolS *sym) return 0; } -/* Parse general expression, not loooking for indexed adressing. */ +/* Parse general expression, not loooking for indexed addressing. */ static const char * parse_exp_not_indexed (const char *s, expressionS *op) { |