diff options
| author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-17 11:30:20 +0000 |
|---|---|---|
| committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-17 11:30:20 +0000 |
| commit | 74465368365bb56794e109253380e7bcce3896a1 (patch) | |
| tree | 68a5ac2b8397de928733da8fc327e994c0599db7 | |
| parent | 23bf2a5fdeeaeb3fb5f4da81cb37f8c908146ccc (diff) | |
| download | ppe42-gcc-74465368365bb56794e109253380e7bcce3896a1.tar.gz ppe42-gcc-74465368365bb56794e109253380e7bcce3896a1.zip | |
PR fortran/31184
* invoke.texi: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123018 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/fortran/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 54c8e896698..b54953f1689 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2007-03-17 Francois-Xavier Coudert <coudert@clipper.ens.fr> + + PR fortran/31184 + * invoke.texi: Fix typo. + 2007-03-16 Tobias Burnus <burnus@net-b.de> * trans-decl.c (gfc_generate_function_code): Use all arguments of diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index ef9825cbd7e..8e3e3f9cba4 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -200,7 +200,7 @@ this option can be quite useful with @option{-std=f95}. Additionally, @command{gfortran} will ignore @option{-Wnonstd-intrinsics}. @item -fd-lines-as-code -@item -fd-lines-as-comment +@item -fd-lines-as-comments @cindex @code{-fd-lines-as-code}, option @cindex option, @code{-fd-lines-as-code} @cindex @code{-fd-lines-as-comments}, option |

