From c4243fe71f63e72e3353ee2ae3f5a8c3c660686d Mon Sep 17 00:00:00 2001 From: reichelt Date: Thu, 18 Aug 2005 11:00:47 +0000 Subject: [PATCH] * tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103248 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/tree-data-ref.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3355130..f59452d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2005-08-18 Volker Reichelt + * tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo. + +2005-08-18 Volker Reichelt + * c-typeck.c (designator_errorneous): Rename to designator_erroneous. 2005-08-18 Andrew Pinski 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 { -- 2.7.4