This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] GAS: Fix a typo in `as_bad' description


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=08918cc8c5eec064009133d8e0458de86805ed08

commit 08918cc8c5eec064009133d8e0458de86805ed08
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Sat Apr 9 13:22:54 2016 +0100

    GAS: Fix a typo in `as_bad' description
    
    	gas/
    	* messages.c (as_bad): Fix a typo in description.

Diff:
---
 gas/ChangeLog  | 4 ++++
 gas/messages.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index afdcb2b..498fa2c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
 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.
 
 2016-04-09  Maciej W. Rozycki  <macro@imgtec.com>
diff --git a/gas/messages.c b/gas/messages.c
index ad40ca8..8f4e6af 100644
--- a/gas/messages.c
+++ b/gas/messages.c
@@ -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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]