MIPS/opcodes: Correct an `interaction' comment typo
authorMaciej W. Rozycki <macro@imgtec.com>
Wed, 7 Dec 2016 02:55:27 +0000 (02:55 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Wed, 7 Dec 2016 12:30:38 +0000 (12:30 +0000)
opcodes/
* mips-dis.c (print_mips16_insn_arg): Fix comment typo.

opcodes/ChangeLog
opcodes/mips-dis.c

index c59f146..ff9c689 100644 (file)
@@ -1,5 +1,9 @@
 2016-12-07  Maciej W. Rozycki  <macro@imgtec.com>
 
+       * mips-dis.c (print_mips16_insn_arg): Fix comment typo.
+
+2016-12-07  Maciej W. Rozycki  <macro@imgtec.com>
+
        * mips16-opc.c (mips16_opcodes): Update comment naming structure
        members.
 
index ec3b57b..7192c84 100644 (file)
@@ -1801,7 +1801,7 @@ print_mips16_insn_arg (struct disassemble_info *info,
 
       if (operand->type == OP_SAVE_RESTORE_LIST)
        {
-         /* Handle this case here because of the complex interation
+         /* Handle this case here because of the complex interaction
             with the EXTEND opcode.  */
          unsigned int amask, nargs, nstatics, nsreg, smask, frame_size, i, j;
          const char *sep;