aboutsummaryrefslogtreecommitdiff
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
commitef5c4bfce0ffdcf315317518be1ceff776bd6fe2 (patch)
tree757e3e0b47654c363fe5710862f8201731ca6538
parenta9e2e984e2cf6125ed6a4b2319829ee3fcf142b8 (diff)
downloadgdb-ef5c4bfce0ffdcf315317518be1ceff776bd6fe2.zip
gdb-ef5c4bfce0ffdcf315317518be1ceff776bd6fe2.tar.gz
gdb-ef5c4bfce0ffdcf315317518be1ceff776bd6fe2.tar.bz2
2000-11-09 Kazu Hirata <kazu@hxi.com>
* itbl-ops.c: Fix comment typos.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/itbl-ops.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 13baf79..93ccc14 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c
index b7c3686..9a78219 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). */