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]

Typos on cfg.html



I just committed those typos as obvious.  Thanks to Andreas Schwab for
pointing them out,

Andreas

============================================================
Index: cfg.html
--- cfg.html	2001/11/21 12:44:31	1.1
+++ cfg.html	2001/11/21 13:34:38
@@ -80,8 +80,8 @@ expense of 5% code size increase.</p>
 <p><em>Loop Peeling</em> is a form of loop unrolling where the
 <em>first</em> iterations from a loop are unrolled.  It removes
 <code>i</code> iterations from the beginning of a loop and adds
-<code>i</code>copies of the loop body directly before the start of the
-loop.</p>
+<code>i</code> copies of the loop body directly before the start of
+the loop.</p>
 
 <h4>Implementation in GCC</h4>
 
@@ -311,7 +311,7 @@ duplication.</li>
 
 <h2>Contributing</h2>
 
-<p>Check out the <code>cfg-branch</code> branch</p> with the command
+<p>Check out the <code>cfg-branch</code> branch with the command</p>
 
 <pre>
 cvs co -r cfg-branch gcc

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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