Fix trivial comment typo.
authorPaul Brook <pbrook@gcc.gnu.org>
Sun, 12 Dec 2004 16:30:00 +0000 (16:30 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sun, 12 Dec 2004 16:30:00 +0000 (16:30 +0000)
From-SVN: r92050

gcc/fortran/gfortran.h

index 0350974b34b3431308b0b50a07e35fd8da1f3f77..669291c57ac3091761aa0e10981e4152edae2833 100644 (file)
@@ -96,7 +96,7 @@ typedef struct
 mstring;
 
 
-/* Flags to specify which standardi/extension contains a feature.  */
+/* Flags to specify which standard/extension contains a feature.  */
 #define GFC_STD_GNU                (1<<5)    /* GNU Fortran extension.  */
 #define GFC_STD_F2003             (1<<4)    /* New in F2003.  */
 /* Note that no features were obsoleted nor deleted in F2003.  */