aboutsummaryrefslogtreecommitdiff
path: root/gas/messages.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2016-04-09 13:22:54 +0100
committerMaciej W. Rozycki <macro@imgtec.com>2016-04-09 13:22:54 +0100
commit08918cc8c5eec064009133d8e0458de86805ed08 (patch)
treecef913666c17ee0b974ddc92a42ebcc2a0de2634 /gas/messages.c
parent1357373c1dbb3dc33952b0c74c80a0fff6d508ef (diff)
downloadgdb-08918cc8c5eec064009133d8e0458de86805ed08.zip
gdb-08918cc8c5eec064009133d8e0458de86805ed08.tar.gz
gdb-08918cc8c5eec064009133d8e0458de86805ed08.tar.bz2
GAS: Fix a typo in `as_bad' description
gas/ * messages.c (as_bad): Fix a typo in description.
Diffstat (limited to 'gas/messages.c')
-rw-r--r--gas/messages.c2
1 files changed, 1 insertions, 1 deletions
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. */