From 10180dd30203ea20aca4b05902d5fd26603b1ec6 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Wed, 6 Nov 2013 07:04:12 +0000 Subject: [PATCH] * gfortran.texi: Fix typo. From-SVN: r204443 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/gfortran.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 155a6537261..c7096219a26 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2013-11-06 Francois-Xavier Coudert + + * gfortran.texi: Fix typo. + 2013-11-05 Tobias Burnus * lang.opt (-Wdate-time): New option diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index ad8caccc4a3..292569b5376 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 -- 2.30.2