diff options
| -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. |
