* app.c: Fix comment typos.
[deliverable/binutils-gdb.git] / gas / itbl-ops.c
index 729ee9837421cc6c7f11d56913c5ef456c73889b..d67a9869e5b20564ff24262a141027cdb17db8bf 100644 (file)
@@ -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++)
This page took 0.022821 seconds and 4 git commands to generate.