summaryrefslogtreecommitdiff
path: root/opcodes/tic30-dis.c
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2020-10-05 14:20:15 +0100
committerNick Clifton <nickc@redhat.com>2020-10-05 14:20:15 +0100
commit0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46 (patch)
treee56b3c7c8a3d8a9cc07978be5560deeeb25c84e3 /opcodes/tic30-dis.c
parent7d1441178ac6d5b31e3ebf312012c2d5bfaeec91 (diff)
downloadbinutils-gdb-0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46.tar.gz
Fix spelling mistakes
Diffstat (limited to 'opcodes/tic30-dis.c')
-rw-r--r--opcodes/tic30-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/tic30-dis.c b/opcodes/tic30-dis.c
index 82154715e2d..38e885cc445 100644
--- a/opcodes/tic30-dis.c
+++ b/opcodes/tic30-dis.c
@@ -701,7 +701,7 @@ print_insn_tic30 (bfd_vma pc, disassemble_info *info)
| (*(info->buffer + bufaddr + 2) << 8)
| *(info->buffer + bufaddr + 3));
_pc = pc / 4;
- /* Get the instruction refered to by the current instruction word
+ /* Get the instruction referred to by the current instruction word
and print it out based on its type. */
if (!get_tic30_instruction (insn_word, &insn))
return -1;