Fix spelling mistakes

This commit is contained in:
Samanta Navarro 2020-10-05 14:20:15 +01:00 committed by Nick Clifton
parent 7d1441178a
commit 0cc79db2b6
11 changed files with 35 additions and 16 deletions

View file

@ -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;