diff mbox

[wwwdocs,committed] Update Fortran section in gcc-4.7/changes.html

Message ID alpine.LNX.2.00.1111270347240.1694@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer Nov. 27, 2011, 2:47 a.m. UTC
On Wed, 16 Nov 2011, Tobias Burnus wrote:
> I have committed the following patch for
> http://gcc.gnu.org/gcc-4.7/changes.html#fortran

How about the following minor editorial change on top?

Gerald

Comments

Tobias Burnus Nov. 27, 2011, 8:33 a.m. UTC | #1
Gerald Pfeifer wrote:
> On Wed, 16 Nov 2011, Tobias Burnus wrote:
>> I have committed the following patch for
>> http://gcc.gnu.org/gcc-4.7/changes.html#fortran
>
> How about the following minor editorial change on top?

Well spotted. Thanks for the patch!

Tobias

> - <li>Generic interface name which have the same name as derived types
> + <li>Generic interface names which have the same name as derived types
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.63
diff -u -r1.63 changes.html
--- changes.html	23 Nov 2011 23:27:28 -0000	1.63
+++ changes.html	27 Nov 2011 02:47:25 -0000
@@ -432,7 +432,7 @@ 
       only the addresses are printed.</li>
     <li><a href="http://gcc.gnu.org/wiki/Fortran2003Status">Fortran 2003</a>:
       <ul>
-       <li>Generic interface name which have the same name as derived types
+       <li>Generic interface names which have the same name as derived types
          are now supported, which allows to write constructor functions. Note
          that Fortran does not support static constructor functions; only
          default initialization or an explicit structure-constructor