diff mbox

[wwwdocs] Update gcc-4.6/changes.html for Fortran

Message ID alpine.LSU.1.99.1006131443560.23468@acrux.dbai.tuwien.ac.at
State New
Headers show

Commit Message

Gerald Pfeifer June 13, 2010, 12:45 p.m. UTC
On Mon, 7 Jun 2010, Tobias Burnus wrote:
> Thanks for the suggestions. I have now committed the following. If you
> have more suggestions, they are welcome as one can still change that
> file ...

Sounds good.  I just committed the following follow-up, only two
minor changes as you can see.  Keep the good stuff coming!

Gerald
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.17
diff -u -3 -p -r1.17 changes.html
--- changes.html	7 Jun 2010 19:30:19 -0000	1.17
+++ changes.html	13 Jun 2010 12:43:55 -0000
@@ -90,10 +90,11 @@ 
 <h3 id="Fortran">Fortran</h3>
   <ul>
     <li>Much improved compile time for large array constructors.</li>
-    <li>Improved diagnostics, especially with <tt>-fwhole-file</tt>.</li>
+    <li>Improved diagnostics, especially with
+      <code>-fwhole-file</code>.</li>
     <li>Fortran 2003 support has been extended:
       <ul>
-        <li>Improved supported for polymorphism between libraries and
+        <li>Improved support for polymorphism between libraries and
         programs and for complicated inheritance patterns (cf. <a
         href="http://gcc.gnu.org/wiki/OOP">object-oriented programming</a>).
         </li>