diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-05-29 05:19:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-05-29 05:19:37 +0000 |
commit | eb6d74fa8279e1039ef80066f179528864d6db53 (patch) | |
tree | 9aac77809b18cdcdb173585f6b34106c10676d06 /gcc/fortran/primary.c | |
parent | 8e05dcfe27a68ef63676916ab201c66fd2fda9fe (diff) | |
download | gcc-eb6d74fa8279e1039ef80066f179528864d6db53.zip gcc-eb6d74fa8279e1039ef80066f179528864d6db53.tar.gz gcc-eb6d74fa8279e1039ef80066f179528864d6db53.tar.bz2 |
options.c, [...]: Fix typos in error messages.
* options.c, primary.c, resolve.c, trans-common.c: Fix typos
in error messages.
From-SVN: r114183
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 967bcb0..8fe1294 100644 --- a/gcc/fortran/primary.c +++ b/gcc/fortran/primary.c @@ -265,7 +265,7 @@ match_hollerith_constant (gfc_expr ** result) } if (e->ts.kind != gfc_default_integer_kind) { - gfc_error ("Invalid Hollerith constant: Interger kind at %L " + gfc_error ("Invalid Hollerith constant: Integer kind at %L " "should be default", &old_loc); goto cleanup; } |