]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Thu, 18 Aug 2005 11:00:47 +0000 (11:00 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Thu, 18 Aug 2005 11:00:47 +0000 (11:00 +0000)
From-SVN: r103248

gcc/ChangeLog
gcc/tree-data-ref.c

index 335513066ca62c2a423b21469fcd31269e77b929..f59452de5300a46978c2f20a31d830594dc3c667 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       * tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.
+
 2005-08-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        * c-typeck.c (designator_errorneous): Rename to designator_erroneous.
index 568de38deb453c15359c06eb555d9ddbe96826ba..54494c2e986972c33f5e8835e53107bb26ce0cbc 100644 (file)
@@ -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
                    {