summaryrefslogtreecommitdiffstats
path: root/gcc/fortran/resolve.c
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-16 11:17:29 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-16 11:17:29 +0000
commitcb8e3560d49e7ffc1ab402411261aa1450e7b468 (patch)
tree7d6261b2f469a88d1a33f37f59e890bf0fc4ce5c /gcc/fortran/resolve.c
parent3f08b6b228926b40f1a259f952969a132b2bd486 (diff)
downloadppe42-gcc-cb8e3560d49e7ffc1ab402411261aa1450e7b468.tar.gz
ppe42-gcc-cb8e3560d49e7ffc1ab402411261aa1450e7b468.zip
2006-10-16 Tobias Burnus <burnus@net-b.de>
* trans-stmt.c: Fix a typo * invoke.texi: Fix typos * resolve.c: Fix a comment typo * trans-decl.c: Fix a comment typo * primary.c: Fix a comment typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117781 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/resolve.c')
-rw-r--r--gcc/fortran/resolve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c
index 8fc2a6c37be..2639cabae36 100644
--- a/gcc/fortran/resolve.c
+++ b/gcc/fortran/resolve.c
@@ -1528,7 +1528,7 @@ resolve_function (gfc_expr * expr)
&& expr->value.function.isym->generic_id != GFC_ISYM_LOC
&& expr->value.function.isym->generic_id != GFC_ISYM_PRESENT)
{
- /* Array instrinsics must also have the last upper bound of an
+ /* Array intrinsics must also have the last upper bound of an
assumed size array argument. UBOUND and SIZE have to be
excluded from the check if the second argument is anything
than a constant. */
OpenPOWER on IntegriCloud