diff options
author | Chris Demetriou <cgd@google.com> | 2001-07-25 20:34:39 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2001-07-25 20:34:39 +0000 |
commit | 2f4dcb115bc82398a7f302cbec7827fff3253aff (patch) | |
tree | fdfa16ade387bb7ac340f465786693c38a737bdc /gas/config | |
parent | 20fe064957a97380f25cfee7cf0349041f89bfb4 (diff) | |
download | gdb-2f4dcb115bc82398a7f302cbec7827fff3253aff.zip gdb-2f4dcb115bc82398a7f302cbec7827fff3253aff.tar.gz gdb-2f4dcb115bc82398a7f302cbec7827fff3253aff.tar.bz2 |
2001-07-25 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c: Fix spelling error in comment.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index e7061eb..29090c2 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -219,7 +219,7 @@ static int mips_tune = CPU_UNKNOWN; /* The argument of the -mabi= flag. */ static char * mips_abi_string = 0; -/* Wether we should mark the file EABI64 or EABI32. */ +/* Whether we should mark the file EABI64 or EABI32. */ static int mips_eabi64 = 0; /* If they asked for mips1 or mips2 and a cpu that is |