aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2006-10-16 13:17:29 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2006-10-16 13:17:29 +0200
commitfa9516946c7076c902f1fd8e96add1a37d83f8b4 (patch)
tree7d6261b2f469a88d1a33f37f59e890bf0fc4ce5c /gcc/fortran/resolve.c
parent018c8d88cb5b4dd25dbcd6c8ffab00414f54c6e0 (diff)
downloadgcc-fa9516946c7076c902f1fd8e96add1a37d83f8b4.zip
gcc-fa9516946c7076c902f1fd8e96add1a37d83f8b4.tar.gz
gcc-fa9516946c7076c902f1fd8e96add1a37d83f8b4.tar.bz2
trans-stmt.c: Fix a typo
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 From-SVN: r117781
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 8fc2a6c..2639cab 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. */