summaryrefslogtreecommitdiff
path: root/opcodes/arc-dis.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-07-06 10:54:36 +0100
committerNick Clifton <nickc@redhat.com>2020-07-06 10:54:36 +0100
commitddc73fa9877b81a278139fd0e33c446aaceddf34 (patch)
tree1fa122f1c0c78ccc1495ebebedd65b23aa67876f /opcodes/arc-dis.c
parent17550be7dde6a99388a8ebef89828df892462ccd (diff)
downloadbinutils-gdb-ddc73fa9877b81a278139fd0e33c446aaceddf34.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c
index dc9e490ce8a..bf3194071c9 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;