Fix grammatical error.

This commit is contained in:
Nick Clifton 2002-05-13 10:16:36 +00:00
parent a9bf115413
commit 7193a0e74f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-05-13 Nick Clifton <nickc@cambridge.redhat.com>
* stabs.c (s_stab_generic): Fix grammatical error in warning
message.
2002-05-13 Alan Modra <amodra@bigpond.net.au>
* write.c (subsegs_finish): Don't specially align last subseg.

View File

@ -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')