summaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r--gcc/fortran/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c
index 31d7de1e256..05ed2a2b9fd 100644
--- a/gcc/fortran/module.c
+++ b/gcc/fortran/module.c
@@ -6099,7 +6099,7 @@ gfc_use_module (gfc_use_list *module)
|| parse_atom () != ATOM_STRING
|| strcmp (atom_string, MOD_VERSION))
gfc_fatal_error ("Cannot read module file '%s' opened at %C,"
- " because it was created by an older"
+ " because it was created by a different"
" version of GNU Fortran", filename);
free (atom_string);