aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2013-11-06 07:04:12 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2013-11-06 07:04:12 +0000
commit10180dd30203ea20aca4b05902d5fd26603b1ec6 (patch)
treeb2a7300bdd50a37fd3510c50f2f7c9096ac6239b
parent4a1db8e16460fddf419fa96e64d0e41d2d19e3de (diff)
downloadgcc-10180dd30203ea20aca4b05902d5fd26603b1ec6.zip
gcc-10180dd30203ea20aca4b05902d5fd26603b1ec6.tar.gz
gcc-10180dd30203ea20aca4b05902d5fd26603b1ec6.tar.bz2
* gfortran.texi: Fix typo.
From-SVN: r204443
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/gfortran.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 155a653..c709621 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ * gfortran.texi: Fix typo.
+
2013-11-05 Tobias Burnus <burnus@net-b.de>
* lang.opt (-Wdate-time): New option
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index ad8cacc..292569b 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -2624,7 +2624,7 @@ other hand, assumed-type assumed-rank dummy arguments
(@code{TYPE(*), DIMENSION(..)}) allow for both scalars and arrays, but
require special code on the callee side to handle the array descriptor.
-@item Assumed-shape arrays (@code{DIMENSION(..)}) as dummy argument
+@item Assumed-rank arrays (@code{DIMENSION(..)}) as dummy argument
allow that scalars and arrays of any rank can be passed as actual
argument. As the Technical Specification does not provide for direct
means to operate with them, they have to be used either from the C side