* primary.c (match_hollerith_constant): Fix typo.

From-SVN: r102814
This commit is contained in:
Francois-Xavier Coudert 2005-08-06 21:18:45 +02:00 committed by François-Xavier Coudert
parent b53b1b04f5
commit 9da375252f
2 changed files with 5 additions and 1 deletions

View 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,

View 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;