From: Maciej W. Rozycki Date: Wed, 7 Dec 2016 02:55:27 +0000 (+0000) Subject: MIPS/opcodes: Correct an `interaction' comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f5c6e032e8d5303e9903c0538f84f76bb4d8733;p=binutils-gdb.git MIPS/opcodes: Correct an `interaction' comment typo opcodes/ * mips-dis.c (print_mips16_insn_arg): Fix comment typo. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c59f1469edd..ff9c689459f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2016-12-07 Maciej W. Rozycki + + * mips-dis.c (print_mips16_insn_arg): Fix comment typo. + 2016-12-07 Maciej W. Rozycki * mips16-opc.c (mips16_opcodes): Update comment naming structure diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index ec3b57b8528..7192c846813 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -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;