This is the mail archive of the binutils@sources.redhat.com 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]

[patch] itbl-ops.c: Fix comment typos.


Hi,

Attached is a patch to fix comment typos in itbl-ops.c.

OK to apply?

Thanks,

Kazu Hirata

===File ~/gnu/binutils/ChangeLog-itbl-ops.c=================
2000-10-18  Kazu Hirata  <kazu@hxi.com>

	* itbl-ops.c: Fix comment typos.

============================================================

===File ~/gnu/binutils/itbl-ops.c.patch=====================
Index: itbl-ops.c
===================================================================
RCS file: /cvs/src/src/gas/itbl-ops.c,v
retrieving revision 1.4
diff -u -r1.4 itbl-ops.c
--- itbl-ops.c	2000/09/09 20:23:15	1.4
+++ itbl-ops.c	2000/10/18 05:41:09
@@ -519,7 +519,7 @@
 	break;
     }
   if (!e)
-    return 0;			/* opcode not in table; invalid instrustion */
+    return 0;			/* opcode not in table; invalid instruction */
   opcode = build_opcode (e);
 
   /* parse opcode's args (if any) */
@@ -609,7 +609,7 @@
   /* find entry in list */
   e = find_entry_byval (processor, e_insn, insn, 0);
   if (!e)
-    return 0;			/* opcode not in table; invalid instrustion */
+    return 0;			/* opcode not in table; invalid instruction */
   strcpy (s, e->name);
 
   /* parse insn's args (if any) */
============================================================


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