| Submitter | Steve Kargl |
|---|---|
| Date | Aug. 14, 2011, 6:01 p.m. |
| Message ID | <20110814180152.GA37378@troutmask.apl.washington.edu> |
| Download | mbox | patch |
| Permalink | /patch/109964/ |
| State | New |
| Headers | show |
Comments
Patch
Index: module.c =================================================================== --- module.c (revision 177414) +++ module.c (working copy) @@ -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;
2011-08-14 Steven G. Kargl <kargl@gcc.gnu.org> * module.c (use_iso_fortran_env_module): Spell 'referrenced' correctly.