summaryrefslogtreecommitdiff
path: root/gas/itbl-ops.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-10 00:46:17 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-10 00:46:17 +0000
commitdb1f5eabea6ac2360248f088f4be9dc88c510c2e (patch)
treebf51a87cedf21a896a4af00106c4086d5af34c58 /gas/itbl-ops.c
parent3f7afbdf52b49abb61d15b69390882a3ae83370c (diff)
downloadbinutils-redhat-db1f5eabea6ac2360248f088f4be9dc88c510c2e.tar.gz
2000-11-09 Kazu Hirata <kazu@hxi.com>
* itbl-ops.c: Fix comment typos.
Diffstat (limited to 'gas/itbl-ops.c')
-rw-r--r--gas/itbl-ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c
index b7c3686829..9a7821904b 100644
--- a/gas/itbl-ops.c
+++ b/gas/itbl-ops.c
@@ -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). */