This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] MIPS/opcodes: Correct an `interaction' comment typo


	opcodes/
	* mips-dis.c (print_mips16_insn_arg): Fix comment typo.
---
binutils-mips16-opcodes-insn-arg-interaction.diff
Index: binutils/opcodes/mips-dis.c
===================================================================
--- binutils.orig/opcodes/mips-dis.c	2016-12-04 00:46:23.279637834 +0000
+++ binutils/opcodes/mips-dis.c	2016-12-04 00:46:23.245363224 +0000
@@ -1801,7 +1801,7 @@ print_mips16_insn_arg (struct disassembl
 
       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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]