OSDN Git Service

* invoke.texi: Fix typo.
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Nov 2004 02:35:05 +0000 (02:35 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Nov 2004 02:35:05 +0000 (02:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90383 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index 9cc72ef..2657529 100644 (file)
@@ -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,
index 2f1824d..0d2f94d 100644 (file)
@@ -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.