diff options
author | Paul Brook <paul@codesourcery.com> | 2004-11-10 02:35:05 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-11-10 02:35:05 +0000 |
commit | 851739ea17705555721ba1e862aaa98c2f3193e7 (patch) | |
tree | 015034348a6241255a80d7a1e657cb3d50b59e08 /gcc | |
parent | 2cbcdebaf9da99f581c309564fc5e458c8725d47 (diff) | |
download | gcc-851739ea17705555721ba1e862aaa98c2f3193e7.zip gcc-851739ea17705555721ba1e862aaa98c2f3193e7.tar.gz gcc-851739ea17705555721ba1e862aaa98c2f3193e7.tar.bz2 |
* invoke.texi: Fix typo.
From-SVN: r90383
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 9cc72ef..2657529 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2004-11-10 Paul Brook <paul@codesourcery.com> + + * invoke.texi: Fix typo. + 2004-11-08 Kazu Hirata <kazu@cs.umass.edu> * arith.c, array.c, decl.c, expr.c, f95-lang.c, gfortran.h, diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 2f1824d..0d2f94d 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -179,7 +179,7 @@ that the compiler accepts: @cindex Fortran 90, features @item -ffree-form @item -ffixed-form -Specify the layout used by the the source file. The tree form layout +Specify the layout used by the the source file. The free form layout was introduced in Fortran 90. Fixed form was traditionally used in older Fortran programs. |