aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2005-02-24 21:59:24 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2005-02-24 21:59:24 +0000
commit2054fc29c2be48c512dbad766bca3dc8da790d09 (patch)
tree08a4a82c4314b5e9909c84a8514a3fecae8c718e /gcc/fortran/trans-array.c
parent78dcd41a317d983e376790610471bdcb4967fc93 (diff)
downloadgcc-2054fc29c2be48c512dbad766bca3dc8da790d09.zip
gcc-2054fc29c2be48c512dbad766bca3dc8da790d09.tar.gz
gcc-2054fc29c2be48c512dbad766bca3dc8da790d09.tar.bz2
* decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s).
From-SVN: r95518
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 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)