* gfortran.texi: Fix typo.
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 6 Nov 2013 07:04:12 +0000 (07:04 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 6 Nov 2013 07:04:12 +0000 (07:04 +0000)
From-SVN: r204443

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index 155a653..c709621 100644 (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
index ad8cacc..292569b 100644 (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