From 65de695fa500860d057a377fd7da61059dced000 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 31 Jan 2007 03:35:59 +0000 Subject: * simplify.c, trans-array.c: Fix comment typos. From-SVN: r121373 --- gcc/fortran/trans-array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/trans-array.c') 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. */ -- cgit v1.1