aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-01-31 03:35:59 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-01-31 03:35:59 +0000
commit65de695fa500860d057a377fd7da61059dced000 (patch)
tree4a9a3042b265c45ef3d880b27a3a9ce5c5c7bf27 /gcc/fortran/trans-array.c
parent61a89891cdeeec44c5c7bc7b6cdc5ad762723efd (diff)
downloadgcc-65de695fa500860d057a377fd7da61059dced000.zip
gcc-65de695fa500860d057a377fd7da61059dced000.tar.gz
gcc-65de695fa500860d057a377fd7da61059dced000.tar.bz2
* simplify.c, trans-array.c: Fix comment typos.
From-SVN: r121373
Diffstat (limited to 'gcc/fortran/trans-array.c')
-rw-r--r--gcc/fortran/trans-array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c
index 00a9a14..03c24d6 100644
--- a/gcc/fortran/trans-array.c
+++ b/gcc/fortran/trans-array.c
@@ -1516,7 +1516,7 @@ gfc_build_constant_array_constructor (gfc_expr * expr, tree type)
nelem++;
}
- /* Next detemine the tree type for the array. We use the gfortran
+ /* Next determine the tree type for the array. We use the gfortran
front-end's gfc_get_nodesc_array_type in order to create a suitable
GFC_ARRAY_TYPE_P that may be used by the scalarizer. */