diff options
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r-- | gcc/fortran/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |