summaryrefslogtreecommitdiff
path: root/gas/stabs.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-05-13 10:16:36 +0000
committerNick Clifton <nickc@redhat.com>2002-05-13 10:16:36 +0000
commitabf5302b31559b3698407e59d536edc40d94d8fb (patch)
tree307e1fb2cfe65478ea27eadf90bd030b339a31c1 /gas/stabs.c
parent79e9ec8360ec5004505732b320cbbecd2fca8f18 (diff)
downloadbinutils-redhat-abf5302b31559b3698407e59d536edc40d94d8fb.tar.gz
Fix grammatical error.
Diffstat (limited to 'gas/stabs.c')
-rw-r--r--gas/stabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/stabs.c b/gas/stabs.c
index 949cca0b95..96f279a3fa 100644
--- a/gas/stabs.c
+++ b/gas/stabs.c
@@ -245,7 +245,7 @@ s_stab_generic (what, stab_secname, stabstr_secname)
/* This could happen for example with a source file with a huge
number of lines. The only cure is to use a different debug
format, probably DWARF. */
- as_warn (_(".stab%c: description field '%x' too big, maybe you could a different debug format"),
+ as_warn (_(".stab%c: description field '%x' too big, try a different debug format"),
what, desc);
if (what == 's' || what == 'n')