mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Fix grammatical error.
This commit is contained in:
parent
a9bf115413
commit
7193a0e74f
@ -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.
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user