diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-13 11:58:10 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-13 11:58:10 +0000 |
commit | 50300b4cc439b846f38e670906e935373d66a552 (patch) | |
tree | 7d3e6024879f602f7f6464ddb9aaf4bb79eeeaf3 /gcc/tree-data-ref.c | |
parent | 69d49802885945913a7b5234f2b0f5268f3f9369 (diff) | |
download | gcc-50300b4cc439b846f38e670906e935373d66a552.zip gcc-50300b4cc439b846f38e670906e935373d66a552.tar.gz gcc-50300b4cc439b846f38e670906e935373d66a552.tar.bz2 |
* tree-data-ref.c: Fix comment typos.
From-SVN: r88980
Diffstat (limited to 'gcc/tree-data-ref.c')
-rw-r--r-- | gcc/tree-data-ref.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index 213f8d4..10fbdf0 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 |