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: FYI: typos in gcc-4.0/changes.html


I'm checking this in as obvious.  I found a typo in
gcc-4.0/changes.html, plus a grammatical goof in my recent checkin.

Tom

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v
retrieving revision 1.20
diff -u -r1.20 changes.html
--- changes.html 1 Dec 2004 21:45:05 -0000 1.20
+++ changes.html 1 Dec 2004 21:47:53 -0000
@@ -59,7 +59,7 @@
 	information.</li>
   </ul>
 
-<h2>General Optimizer Improvemente</h2>
+<h2>General Optimizer Improvements</h2>
 
   <ul>
     <li>
@@ -235,8 +235,8 @@
 	  <code>javax.imageio.spi</code>,
 	  <code>javax.print</code>,
 	  <code>javax.print.attribute</code>,
-	  <code>javax.print.attribute.standard</code>,
-	  <code>javax.print.event</code>,
+	  <code>javax.print.attribute.standard</code>, and
+	  <code>javax.print.event</code>
 	</li>
       </ul>
     </li>


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