This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] tree-data-ref.c: Fix comment typos.


Hi,

Committed as obvious.

Kazu Hirata

2004-10-13  Kazu Hirata  <kazu@cs.umass.edu>

	* tree-data-ref.c: Fix comment typos.

Index: tree-data-ref.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-data-ref.c,v
retrieving revision 2.11
diff -u -r2.11 tree-data-ref.c
--- tree-data-ref.c	13 Oct 2004 03:48:03 -0000	2.11
+++ tree-data-ref.c	13 Oct 2004 11:56:41 -0000
@@ -44,7 +44,7 @@
        - 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 @@
     }
 }
 
-/* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]