[www patch] Fix typos.

Kazu Hirata kazu@cs.umass.edu
Tue Dec 30 19:49:00 GMT 2003


Hi,

Committed as obvious.

Kazu Hirata

Index: cfg.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cfg.html,v
retrieving revision 1.11
diff -u -r1.11 cfg.html
--- cfg.html	4 Jan 2003 18:33:23 -0000	1.11
+++ cfg.html	30 Dec 2003 18:46:05 -0000
@@ -112,7 +112,7 @@
 duplication should eliminate the common drawbacks of current
 algorithms and keep code size under control.  The purpose of this pass
 is to minimize the number of branches and cache misses.  It uses code
-duplication to avoid jumps.  An trivial example is copying the return
+duplication to avoid jumps.  A trivial example is copying the return
 instruction instead of jumping to it.  See <a href="#6">[6]</a> for a
 detailed description.</p>
 
@@ -195,7 +195,7 @@
 <h4>Implementation in GCC</h4>
 
 <p>This is implemented as part of the if-conversion pass.  It
-basicalls find the patterns of two jumps in the CFG that can be
+basically finds the patterns of two jumps in the CFG that can be
 combined and then attempts to to apply several simplifications.
 Profile data is used to control the amount of optimizations.</p>
 
Index: tree-ssa/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/index.html,v
retrieving revision 1.27
diff -u -r1.27 index.html
--- tree-ssa/index.html	27 Dec 2003 16:40:36 -0000	1.27
+++ tree-ssa/index.html	30 Dec 2003 18:46:05 -0000
@@ -300,7 +300,7 @@
 <h2><a name="todo">TODO list</a></h2>
 
 <p>This is a loosely organized list of unimplemented features,
-possible improvemend, and planned analyses and optimizations.
+possible improvement, and planned analyses and optimizations.
 Suggestions for other passes and volunteers to help finish the
 different passes are welcome.</p>
 



More information about the Gcc-patches mailing list