From 2054fc29c2be48c512dbad766bca3dc8da790d09 Mon Sep 17 00:00:00 2001 From: Volker Reichelt Date: Thu, 24 Feb 2005 21:59:24 +0000 Subject: * decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s). From-SVN: r95518 --- 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 2ed83e6..a97bcc5 100644 --- a/gcc/fortran/trans-array.c +++ b/gcc/fortran/trans-array.c @@ -1271,7 +1271,7 @@ gfc_conv_ss_descriptor (stmtblock_t * block, gfc_ss * ss, int base) /* Also the data pointer. */ tmp = gfc_conv_array_data (se.expr); /* If this is a variable or address of a variable we use it directly. - Otherwise we must evaluate it now to to avoid break dependency + Otherwise we must evaluate it now to avoid breaking dependency analysis by pulling the expressions for elemental array indices inside the loop. */ if (!(DECL_P (tmp) -- cgit v1.1