GAS: Fix a typo in `as_bad' description

gas/
	* messages.c (as_bad): Fix a typo in description.
This commit is contained in:
Maciej W. Rozycki 2016-04-09 13:22:54 +01:00
parent 1357373c1d
commit 08918cc8c5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
* messages.c (as_bad): Fix a typo in description.
2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
* config/tc-mips.c (mips_check_options): Unify messages.

View File

@ -228,7 +228,7 @@ as_bad_internal (const char *file, unsigned int line, char *buffer)
}
/* Send to stderr a string as a warning, and locate warning in input
file(s). Please us when there is no recovery, but we want to
file(s). Please use when there is no recovery, but we want to
continue processing but not produce an object file.
Please explain in string (which may have '\n's) what recovery was
done. */