aboutsummaryrefslogtreecommitdiff
path: root/gas/itbl-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/itbl-ops.c')
-rw-r--r--gas/itbl-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c
index 729ee98..d67a986 100644
--- a/gas/itbl-ops.c
+++ b/gas/itbl-ops.c
@@ -507,7 +507,7 @@ itbl_assemble (char *name, char *s)
int processor;
if (!name || !*name)
- return 0; /* error! must have a opcode name/expr */
+ return 0; /* error! must have an opcode name/expr */
/* find entry in list of instructions for all processors */
for (processor = 0; processor < e_nprocs; processor++)