diff options
author | Nick Clifton <nickc@redhat.com> | 2020-07-06 10:54:36 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-07-06 10:54:36 +0100 |
commit | ddc73fa9877b81a278139fd0e33c446aaceddf34 (patch) | |
tree | 1fa122f1c0c78ccc1495ebebedd65b23aa67876f /opcodes/arc-dis.c | |
parent | 17550be7dde6a99388a8ebef89828df892462ccd (diff) | |
download | gdb-ddc73fa9877b81a278139fd0e33c446aaceddf34.zip gdb-ddc73fa9877b81a278139fd0e33c446aaceddf34.tar.gz gdb-ddc73fa9877b81a278139fd0e33c446aaceddf34.tar.bz2 |
Fix spelling mistakes in some of the binutils sub-directories.
PR 26204
gas * config/tc-arm.c: Fix spelling mistake.
* config/tc-riscv.c: Likewise.
* config/tc-z80.c: Likewise.
* po/gas.pot: Regenerate.
ld * lexsup.c: Fix spelling mistake.
* po/ld.pot: Regenerate.
opcodes * arc-dis.c: Fix spelling mistake.
* po/opcodes.pot: Regenerate.
Diffstat (limited to 'opcodes/arc-dis.c')
-rw-r--r-- | opcodes/arc-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index dc9e490..bf31940 100644 --- a/opcodes/arc-dis.c +++ b/opcodes/arc-dis.c @@ -437,7 +437,7 @@ find_format (bfd_vma memaddr, if (opcode == NULL) { (*info->fprintf_func) (info->stream, - _("An error occured while generating the " + _("An error occurred while generating the " "extension instruction operations")); *opcode_result = NULL; return FALSE; |