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 c59f1469eddc8ae7aaa985824ac5985889fbf518..ff9c689459f32866756b9a8e087af3f035747481 100644 (file)
@@ -1,3 +1,7 @@
+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
index ec3b57b85281868bbff4a12abb42ba1f1a612f50..7192c846813543590079b0324cb2efff94829ebe 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;
This page took 0.029257 seconds and 4 git commands to generate.