aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.texi
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2011-05-14 13:24:18 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2011-05-14 13:24:18 +0300
commit4e4c4f4161242fa556ef872c5be3f21ade22b6f0 (patch)
tree636343e22df84c8925defec97d994bd1223d61fe /gcc/fortran/gfortran.texi
parent7daa7b1da33d5495bc990e728295a754528c4f9e (diff)
downloadgcc-4e4c4f4161242fa556ef872c5be3f21ade22b6f0.zip
gcc-4e4c4f4161242fa556ef872c5be3f21ade22b6f0.tar.gz
gcc-4e4c4f4161242fa556ef872c5be3f21ade22b6f0.tar.bz2
PR 48915 Update mixed-language programming documentation
From-SVN: r173754
Diffstat (limited to 'gcc/fortran/gfortran.texi')
-rw-r--r--gcc/fortran/gfortran.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 4894c23..d3b55bf 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -2527,7 +2527,7 @@ gfortran calls @code{_gfortran_set_args} and
@code{_gfortran_set_options}. The initialization of the former
is needed if the called procedures access the command line
(and for backtracing); the latter sets some flags based on the
-standard chosen or to disable backtracing. In typical programs,
+standard chosen or to enable backtracing. In typical programs,
it is not necessary to call any initialization function.
If your @code{PROGRAM} is compiled with GNU Fortran, you shall