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] *.html: Fix typos.


Hi,

Attached is a patch to fix typos.  Committed as obvious.

Kazu Hirata

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v
retrieving revision 1.196
diff -u -r1.196 faq.html
--- faq.html	16 May 2003 08:53:53 -0000	1.196
+++ faq.html	17 Jun 2003 00:21:59 -0000
@@ -80,7 +80,7 @@
 <p>In 1990/1991 gcc version 1 had reached a point of stability.  For the
 targets it could support, it worked well.  It had limitations inherent in
 its design that would be difficult to resolve, so a major effort was made
-to resolve those limitiations and gcc version 2 was the result.</p>
+to resolve those limitations and gcc version 2 was the result.</p>
 
 <p>When we had gcc2 in a useful state, development efforts on gcc1 stopped
 and we all concentrated on making gcc2 better than gcc1 could ever be.  This
Index: steering.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/steering.html,v
retrieving revision 1.19
diff -u -r1.19 steering.html
--- steering.html	22 Feb 2003 01:21:03 -0000	1.19
+++ steering.html	17 Jun 2003 00:21:59 -0000
@@ -16,7 +16,7 @@
 <a href="gccmission.html">mission statement</a>.  [see the original
 announcement below].</p>
 
-<p>In April 1999 the steering commitee was appointed by the FSF as the
+<p>In April 1999 the steering committee was appointed by the FSF as the
 official GNU maintainer for GCC and changed its name to GCC steering
 committee.</p>
 
Index: projects/ast-optimizer.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/ast-optimizer.html,v
retrieving revision 1.6
diff -u -r1.6 ast-optimizer.html
--- projects/ast-optimizer.html	19 Apr 2002 14:29:41 -0000	1.6
+++ projects/ast-optimizer.html	17 Jun 2003 00:22:00 -0000
@@ -49,7 +49,7 @@
 
 <p>A number of optimizations can be tuned by various parameters. Giving
 the user a knob to twiddle is good, provided (a) it does something (b)
-there is a measureable way of determining its effectiveness.</p>
+there is a measurable way of determining its effectiveness.</p>
 
 <h3>Move RTL optimizations to the AST level</h3>
 
Index: projects/prefetch.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/prefetch.html,v
retrieving revision 1.10
diff -u -r1.10 prefetch.html
--- projects/prefetch.html	3 Jun 2003 22:05:16 -0000	1.10
+++ projects/prefetch.html	17 Jun 2003 00:22:00 -0000
@@ -686,7 +686,7 @@
 <tr>
   <td>0</td>
   <td>prefetch for several reads</td>
-  <td>Move the data into the cache nearest the processor (high degreee of
+  <td>Move the data into the cache nearest the processor (high degree of
       temporal locality).</td>
 </tr>
 <tr>


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