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 | |
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')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-mips.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f181007..1982bb5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-07-25 Chris Demetriou <cgd@broadcom.com> + + * config/tc-mips.c: Fix spelling error in comment. + 2001-07-25 Dave Brolley <brolley@redhat.com> * app.c (LEX_IS_PARALLEL_SEPARATOR): New macro. 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 |