diff options
Diffstat (limited to 'gas/macro.c')
-rw-r--r-- | gas/macro.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/macro.c b/gas/macro.c index b1d8d6b..6eb6213 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -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); } |