[gfortran,commited] Fix typo in primary.c

FX Coudert fxcoudert@gmail.com
Sat Aug 6 19:23:00 GMT 2005


Commited on 4.0 and mainline.



2005-08-06  Francois-Xavier Coudert  <coudert@clipper.ens.fr>

        * primary.c (match_hollerith_constant): Fix typo.



Index: primary.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/primary.c,v
retrieving revision 1.22.2.9
diff -p -u -r1.22.2.9 primary.c
--- primary.c   6 Aug 2005 10:12:25 -0000       1.22.2.9
+++ primary.c   6 Aug 2005 19:19:48 -0000
@@ -247,7 +247,7 @@ match_hollerith_constant (gfc_expr ** re
         && gfc_match_char ('h') == MATCH_YES)
      {
        if (gfc_notify_std (GFC_STD_LEGACY,
-               "Extention: Hollerith constant at %C")
+               "Extension: Hollerith constant at %C")
                 == FAILURE)
         goto cleanup;



More information about the Gcc-patches mailing list