aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2005-08-18 11:00:47 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2005-08-18 11:00:47 +0000
commit4286d8cedb37a8cc0080f5e7a62dda647005eed9 (patch)
tree59ea5ebd5b3f267d145de960e78347627f8df25b /gcc/tree-data-ref.c
parentb06df647c8c81c869cefdd86055e8fac83f0b0f8 (diff)
downloadgcc-4286d8cedb37a8cc0080f5e7a62dda647005eed9.zip
gcc-4286d8cedb37a8cc0080f5e7a62dda647005eed9.tar.gz
gcc-4286d8cedb37a8cc0080f5e7a62dda647005eed9.tar.bz2
* tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.
From-SVN: r103248
Diffstat (limited to 'gcc/tree-data-ref.c')
-rw-r--r--gcc/tree-data-ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c
index 568de38..54494c2 100644
--- a/gcc/tree-data-ref.c
+++ b/gcc/tree-data-ref.c
@@ -2248,7 +2248,7 @@ analyze_siv_subscript_cst_affine (tree chrec_a,
return;
}
- /* When the step does not divides the difference, there
+ /* When the step does not divide the difference, there
are no overlaps. */
else
{