diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-13 10:16:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-13 10:16:36 +0000 |
commit | 7193a0e74fdc32ae817b57d7e6ff6cf55868a3d5 (patch) | |
tree | d892da864612ed6559b143828e6a6111c82ba369 /gas/stabs.c | |
parent | a9bf1154139c65430ecd8a830b7c9af16a9dc2e8 (diff) | |
download | gdb-7193a0e74fdc32ae817b57d7e6ff6cf55868a3d5.zip gdb-7193a0e74fdc32ae817b57d7e6ff6cf55868a3d5.tar.gz gdb-7193a0e74fdc32ae817b57d7e6ff6cf55868a3d5.tar.bz2 |
Fix grammatical error.
Diffstat (limited to 'gas/stabs.c')
-rw-r--r-- | gas/stabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/stabs.c b/gas/stabs.c index 949cca0..96f279a 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') |