GAS: Fix a typo in `as_bad' description
authorMaciej W. Rozycki <macro@imgtec.com>
Sat, 9 Apr 2016 12:22:54 +0000 (13:22 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Sat, 9 Apr 2016 12:22:54 +0000 (13:22 +0100)
gas/
* messages.c (as_bad): Fix a typo in description.

gas/ChangeLog
gas/messages.c

index afdcb2b1b503ba2582c9fbd0de32bdc48787ed77..498fa2caccc151a0b3a4a513cdb748a41ac7f2fb 100644 (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.
index ad40ca8a24609cf6ca8b4e8c14d2f94230dfd3ca..8f4e6af87b795420a7ff8705224f159513520311 100644 (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.  */