2000-11-09 Kazu Hirata <kazu@hxi.com>
authorKazu Hirata <kazu@codesourcery.com>
Fri, 10 Nov 2000 00:46:17 +0000 (00:46 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Fri, 10 Nov 2000 00:46:17 +0000 (00:46 +0000)
* itbl-ops.c: Fix comment typos.

gas/ChangeLog
gas/itbl-ops.c

index 13baf79fc3121d1e15e967381bb1e37b18269867..93ccc142ec66a3d25e929b4f2990f236a559e168 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-09  Kazu Hirata  <kazu@hxi.com>
+
+       * itbl-ops.c: Fix comment typos.
+
 2000-11-08  Jim Wilson  <wilson@redhat.com>
 
        * config/tc-ia64.c (struct unw_rec_list): Add slot_frag field.
index b7c3686829f3c58fc6d86e713187764588e4ee46..9a7821904bfc9fe8530fa7f55836414226099884 100644 (file)
@@ -516,7 +516,7 @@ itbl_assemble (char *name, char *s)
        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) */
@@ -606,7 +606,7 @@ itbl_disassemble (char *s, unsigned long insn)
   /* 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).  */
This page took 0.034411 seconds and 4 git commands to generate.