diff options
author | Nick Clifton <nickc@redhat.com> | 2018-06-26 12:56:23 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-06-26 12:56:23 +0100 |
commit | eca4b721468e239a6a1ca7c9bd9c967085067dfe (patch) | |
tree | 0e39820c471ba4242dbcf962b104ad215bb83568 /opcodes/nfp-dis.c | |
parent | e4a882f4b042bf44bb2668373132be2b678dfe47 (diff) | |
download | fsf-binutils-gdb-eca4b721468e239a6a1ca7c9bd9c967085067dfe.zip fsf-binutils-gdb-eca4b721468e239a6a1ca7c9bd9c967085067dfe.tar.gz fsf-binutils-gdb-eca4b721468e239a6a1ca7c9bd9c967085067dfe.tar.bz2 |
Fix spelling mistakes.
opcodes * nfp-dis.c: Fix spelling mistake.
ld * emultempl/aarch64elf.em: Fix spelling mistake.
* emultempl/avrelf.em: Likewise.
* emultempl/elf32.em: Likewise.
binutils* doc/binutils.texi: Fix spelling mistakes.
* README--how-to-make-a-release: Likewise.
Diffstat (limited to 'opcodes/nfp-dis.c')
-rw-r--r-- | opcodes/nfp-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/nfp-dis.c b/opcodes/nfp-dis.c index e501b14..03139ec 100644 --- a/opcodes/nfp-dis.c +++ b/opcodes/nfp-dis.c @@ -2976,7 +2976,7 @@ with the -M switch (multiple options should be separated by commas):\n")); fprintf (stream, _("\n\ no-pc Don't print program counter prefix.\n\ ctx4 Force disassembly using 4-context mode.\n\ - ctx8 Force 8-context mode, takes presedence.\"")); + ctx8 Force 8-context mode, takes precedence.")); fprintf (stream, _("\n")); } |