This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch,committed] Fix comment typo
- From: Volker Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 18 Aug 2005 13:03:13 +0200 (CEST)
- Subject: [patch,committed] Fix comment typo
The following patch fixes a comment typo.
Committed to mainline as obvious.
Regards,
Volker
2005-08-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.
===================================================================
--- tree-data-ref.c 17 Aug 2005 03:56:19 -0000 2.39
+++ tree-data-ref.c 18 Aug 2005 10:59:36 -0000
@@ -2248,7 +2248,7 @@ analyze_siv_subscript_cst_affine (tree c
return;
}
- /* When the step does not divides the difference, there
+ /* When the step does not divide the difference, there
are no overlaps. */
else
{
===================================================================