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]

[www patch] tree-ssa/index.html: Fix a typo.


Hi,

Committed as obvious.

Kazu Hirata

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/index.html,v
retrieving revision 1.17
diff -u -r1.17 index.html
--- index.html	16 Jun 2003 12:48:50 -0000	1.17
+++ index.html	5 Jul 2003 01:09:21 -0000
@@ -374,7 +374,7 @@
 <dl>
 <dt><em>Normalization of array access functions</em></dt>
 <dd>This pass should gather the information decomposed by
-    gimplicication into well formed access functions.  A further
+    gimplification into well formed access functions.  A further
     simplification should simplify these functions in order to get
     functions of loop indices.  This form is needed in dependence
     tests.  The implementation of this normalization is very similar


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