diff options
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 |