summaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-18 04:00:39 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-18 04:00:39 +0000
commitb25026a571b110ce4dd2fa426eaa7e2ce954077e (patch)
tree276fe92182ba9cb1ddb05efbb251c0e382ca23cc /gcc/fortran/module.c
parent5073c3a06557e7b1360b17c0cde82601cecd19ac (diff)
parenta0553bffda7fd6a0a7a1ffc17c700ea03b31543e (diff)
downloadgcc-x32.tar.gz
Merged with trunk at revision 177828.x32
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/x32@177844 138bc75d-0d04-0410-961f-82ee72b054a4
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 b62ad8d08e0..aef340464c5 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;