* gfortran.texi: Fix typo.

From-SVN: r204443
This commit is contained in:
Francois-Xavier Coudert 2013-11-06 07:04:12 +00:00 committed by François-Xavier Coudert
parent 4a1db8e164
commit 10180dd302
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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