This is the mail archive of the binutils-cvs@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]

[binutils-gdb] MIPS/opcodes: Correct an `interaction' comment typo


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5f5c6e032e8d5303e9903c0538f84f76bb4d8733

commit 5f5c6e032e8d5303e9903c0538f84f76bb4d8733
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Wed Dec 7 02:55:27 2016 +0000

    MIPS/opcodes: Correct an `interaction' comment typo
    
    	opcodes/
    	* mips-dis.c (print_mips16_insn_arg): Fix comment typo.

Diff:
---
 opcodes/ChangeLog  | 4 ++++
 opcodes/mips-dis.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index c59f146..ff9c689 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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.
 
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c
index ec3b57b..7192c84 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;


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