From 50300b4cc439b846f38e670906e935373d66a552 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 13 Oct 2004 11:58:10 +0000 Subject: [PATCH] * tree-data-ref.c: Fix comment typos. From-SVN: r88980 --- gcc/ChangeLog | 4 ++++ gcc/tree-data-ref.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d868de44cbc..c1c84c5dcb8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-13 Kazu Hirata + + * tree-data-ref.c: Fix comment typos. + 2004-10-13 Jakub Jelinek Zdenek Dvorak diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index 213f8d439ac..10fbdf03a5e 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -44,7 +44,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA - polyhedron dependence or with the chains of recurrences based representation, - - to define a knowledge base for storing the data dependeces + - to define a knowledge base for storing the data dependence information, - to define an interface to access this data. @@ -1037,7 +1037,7 @@ analyze_siv_subscript_cst_affine (tree chrec_a, } } -/* Helper recursive function for intializing the matrix A. Returns +/* Helper recursive function for initializing the matrix A. Returns the initial value of CHREC. */ static int -- 2.30.2