aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/module.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 780eee5..75b0cde 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-14 Steven G. Kargl <kargl@gcc.gnu.org>
+
+ * module.c (use_iso_fortran_env_module): Spell 'referrenced' correctly.
+
2011-08-14 Janus Weil <janus@gcc.gnu.org>
PR fortran/50073
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c
index b62ad8d..aef3404 100644
--- a/gcc/fortran/module.c
+++ b/gcc/fortran/module.c
@@ -5577,7 +5577,7 @@ use_iso_fortran_env_module (void)
u->found = 1;
if (gfc_notify_std (symbol[i].standard, "The symbol '%s', "
- "referrenced at %C, is not in the selected "
+ "referenced at %C, is not in the selected "
"standard", symbol[i].name) == FAILURE)
continue;