Commit 8533a1ca by Steven G. Kargl

module.c (use_iso_fortran_env_module): Spell 'referrenced' correctly.

2011-08-14  Steven G. Kargl  <kargl@gcc.gnu.org>

	* module.c (use_iso_fortran_env_module):  Spell 'referrenced' correctly.

From-SVN: r177750
parent 12e502c6
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> 2011-08-14 Janus Weil <janus@gcc.gnu.org>
PR fortran/50073 PR fortran/50073
......
...@@ -5577,7 +5577,7 @@ use_iso_fortran_env_module (void) ...@@ -5577,7 +5577,7 @@ use_iso_fortran_env_module (void)
u->found = 1; u->found = 1;
if (gfc_notify_std (symbol[i].standard, "The symbol '%s', " 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) "standard", symbol[i].name) == FAILURE)
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment