Fix grammatical error.
authorNick Clifton <nickc@redhat.com>
Mon, 13 May 2002 10:16:36 +0000 (10:16 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 13 May 2002 10:16:36 +0000 (10:16 +0000)
gas/ChangeLog
gas/stabs.c

index d411c26..15d5575 100644 (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.
index 949cca0..96f279a 100644 (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')