From: Nick Clifton Date: Mon, 13 May 2002 10:18:00 +0000 (+0000) Subject: Fix grammatical error. X-Git-Tag: binutils-2_12_1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c89b8630356484796ea316084cbee824b18827f1;p=thirdparty%2Fbinutils-gdb.git Fix grammatical error. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 7745645d072..d5c95ae4dc5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-05-13 Nick Clifton + + * stabs.c (s_stab_generic): Fix grammatical error in warning + message. + 2002-05-11 Nick Clifton * stabs.c (s_stab_generic): Warn about a description field that is diff --git a/gas/stabs.c b/gas/stabs.c index 4c9251f070e..c692c2cac91 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')