]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix grammatical error.
authorNick Clifton <nickc@redhat.com>
Mon, 13 May 2002 10:18:00 +0000 (10:18 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 13 May 2002 10:18:00 +0000 (10:18 +0000)
gas/ChangeLog
gas/stabs.c

index 7745645d072be4364f7f54844094d76ce567c112..d5c95ae4dc55311e6c465c78089de8ecc861844d 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-11  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * stabs.c (s_stab_generic): Warn about a description field that is
index 4c9251f070efd646bfbdf118ca05eca86c32976a..c692c2cac911ef5b8a2b8f4a9e14da0352b76be5 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')