diff options
Diffstat (limited to 'opcodes/tic30-dis.c')
-rw-r--r-- | opcodes/tic30-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/tic30-dis.c b/opcodes/tic30-dis.c index 8215471..38e885c 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; |