From 7193a0e74fdc32ae817b57d7e6ff6cf55868a3d5 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 13 May 2002 10:16:36 +0000 Subject: [PATCH] Fix grammatical error. --- gas/ChangeLog | 5 +++++ gas/stabs.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index d411c269b3..15d5575a6b 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-13 Alan Modra * write.c (subsegs_finish): Don't specially align last subseg. 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') -- 2.34.1