diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 335513066ca6..f59452de5300 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index 568de38deb45..54494c2e9869 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 {