summaryrefslogtreecommitdiff
path: root/gas/itbl-ops.c
diff options
context:
space:
mode:
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 46fd6286d98..89dc5182f92 100644
--- a/gas/itbl-ops.c
+++ b/gas/itbl-ops.c
@@ -132,7 +132,7 @@ struct itbl_field {
struct itbl_entry {
e_processor processor; /* processor number */
e_type type; /* dreg/creg/greg/insn */
- char *name; /* mnemionic name for insn/register */
+ char *name; /* mnemonic name for insn/register */
unsigned long value; /* opcode/instruction mask/register number */
unsigned long flags; /* effects of the instruction */
struct itbl_range range; /* bit range within instruction for value */
@@ -320,7 +320,7 @@ append_insns_as_macros (void)
ASSERT (size >= 0);
DBG (("I get=%d\n", size / sizeof (ITBL_OPCODES[0])));
- /* FIXME since ITBL_OPCODES culd be a static table,
+ /* FIXME since ITBL_OPCODES could be a static table,
we can't realloc or delete the old memory. */
new_opcodes = XNEWVEC (struct ITBL_OPCODE_STRUCT, new_num_opcodes);
if (!new_opcodes)