diff options
author | Fred Fish <fnf@specifix.com> | 2005-01-19 23:43:00 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2005-01-19 23:43:00 +0000 |
commit | 9d317d3425a06f0e2ae3ded4f6c1e157f1a7dadd (patch) | |
tree | 271acdce39f53eae6693081d37e9a7058384cbf7 /binutils | |
parent | e39893d75a214ffce850f37bcd02ebd7dcea7ce5 (diff) | |
download | fsf-binutils-gdb-9d317d3425a06f0e2ae3ded4f6c1e157f1a7dadd.zip fsf-binutils-gdb-9d317d3425a06f0e2ae3ded4f6c1e157f1a7dadd.tar.gz fsf-binutils-gdb-9d317d3425a06f0e2ae3ded4f6c1e157f1a7dadd.tar.bz2 |
Fix misspelling in previous checkin
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index bafee24..8677cb7 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -22,7 +22,7 @@ Changes in 2.15: * objcopy for MIPS targets now accepts "-M no-aliases" as an option to the - disassembler to print the "raw" mips instruction mneumonic instead of some + disassembler to print the "raw" mips instruction mnemonic instead of some pseudo instruction name. I.E. print "daddu" or "or" instead of "move", "sll" instead of "nop", etc. |