aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/invoke.texi
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2012-02-17 12:15:08 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2012-02-17 12:15:08 +0100
commit8578f64002c9817206b200f8b388bf295718b0ba (patch)
tree58a2caea6d6d7272418c14688caed5df4d4fe588 /gcc/fortran/invoke.texi
parent0c133211da84ca416cbb02d4a48b1597e6db8077 (diff)
downloadgcc-8578f64002c9817206b200f8b388bf295718b0ba.zip
gcc-8578f64002c9817206b200f8b388bf295718b0ba.tar.gz
gcc-8578f64002c9817206b200f8b388bf295718b0ba.tar.bz2
gfortran.texi (Status): Fix typos.
2012-02-17 Tobias Burnus <burnus@net-b.de> * gfortran.texi (Status): Fix typos. * invoke.texi (ffixed-form, fstack-arrays): Spell Fortran with a majuscule. From-SVN: r184332
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r--gcc/fortran/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index 410da2c..1f6de84 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -204,7 +204,7 @@ accepted by the compiler:
@itemx -ffixed-form
@opindex @code{ffree-form}
@opindex @code{fno-fixed-form}
-@cindex options, fortran dialect
+@cindex options, Fortran dialect
@cindex file format, free
@cindex file format, fixed
Specify the layout used by the source file. The free form layout
@@ -1425,7 +1425,7 @@ The default value for @var{n} is 32768.
@item -fstack-arrays
@opindex @code{fstack-arrays}
-Adding this option will make the fortran compiler put all local arrays,
+Adding this option will make the Fortran compiler put all local arrays,
even those of unknown size onto stack memory. If your program uses very
large local arrays it is possible that you will have to extend your runtime
limits for stack memory on some operating systems. This flag is enabled