]> gcc.gnu.org Git - gcc.git/commitdiff
* error.c (gfc_warning): Fix typo in comment.
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Sun, 22 May 2005 22:12:48 +0000 (00:12 +0200)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 22 May 2005 22:12:48 +0000 (22:12 +0000)
From-SVN: r100070

gcc/fortran/ChangeLog
gcc/fortran/error.c

index 87e10472d98105431eeb295dbd3d07a0fe83e2d9..09b4ab08b388139081f0e47c03e66b63a82bcf71 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-22  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       * error.c (gfc_warning): Fix typo in comment.
+
 2005-05-18  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR libfortran/21127
index dd56aebac6e53545e1d2eeb785b57e7f80aaa268..c531329566efc7516f4638aeb524b7d86670bef0 100644 (file)
@@ -486,7 +486,7 @@ gfc_warning (const char *format, ...)
 /* Possibly issue a warning/error about use of a nonstandard (or deleted)
    feature.  An error/warning will be issued if the currently selected
    standard does not contain the requested bits.  Return FAILURE if
-   and error is generated.  */
+   an error is generated.  */
 
 try
 gfc_notify_std (int std, const char *format, ...)
This page took 0.071994 seconds and 5 git commands to generate.