MIPS: Add microMIPS R5 support
[deliverable/binutils-gdb.git] / gas / macro.c
index b1d8d6b056797c0a43bffd878e886fb18942bcd3..6eb62132337bca8ebc1872ffa1ffe510c1737fd3 100644 (file)
@@ -815,7 +815,7 @@ macro_expand_body (sb *in, sb *out, formal_entry *formals,
            }
          else
            {
-             /* Permit macro parameter substition delineated with
+             /* Permit macro parameter substitution delineated with
                 an '&' prefix and optional '&' suffix.  */
              src = sub_actual (src + 1, in, &t, formal_hash, '&', out, 0);
            }
@@ -1301,7 +1301,7 @@ delete_macro (const char *name)
       free_macro (macro);
     }
   else
-    as_warn (_("Attempt to purge non-existant macro `%s'"), copy);
+    as_warn (_("Attempt to purge non-existing macro `%s'"), copy);
   free (copy);
 }
 
This page took 0.030285 seconds and 4 git commands to generate.