From ed33a25553aea32ff5a43b154e74f77091b1e751 Mon Sep 17 00:00:00 2001 From: fxcoudert Date: Sat, 6 Aug 2005 19:18:45 +0000 Subject: [PATCH] * primary.c (match_hollerith_constant): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102814 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/primary.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ed6ebeafadc..6c5eb5cfc4b 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-08-06 Francois-Xavier Coudert + + * primary.c (match_hollerith_constant): Fix typo. + 2005-08-06 Kazu Hirata * decl.c, dump-parse-tree.c, gfortran.texi, intrinsic.texi, diff --git a/gcc/fortran/primary.c b/gcc/fortran/primary.c index 34cc908ce95..d2f6cda2550 100644 --- a/gcc/fortran/primary.c +++ b/gcc/fortran/primary.c @@ -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; -- 2.11.0