diff options
Diffstat (limited to 'gcc/fortran/primary.c')
-rw-r--r-- | gcc/fortran/primary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/primary.c b/gcc/fortran/primary.c index 34cc908..d2f6cda 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; |