OSDN Git Service

* primary.c (match_hollerith_constant): Fix typo.
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Aug 2005 19:18:45 +0000 (19:18 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Aug 2005 19:18:45 +0000 (19:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102814 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/primary.c

index ed6ebea..6c5eb5c 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-06  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       * primary.c (match_hollerith_constant): Fix typo.
+
 2005-08-06  Kazu Hirata  <kazu@codesourcery.com>
 
        * decl.c, dump-parse-tree.c, gfortran.texi, intrinsic.texi,
index 34cc908..d2f6cda 100644 (file)
@@ -247,7 +247,7 @@ match_hollerith_constant (gfc_expr ** result)
        && 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;