]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 155a65372614d1457a8594d17afb46f6a323b1eb..c7096219a2685afe4f003fe5510b87d41293ef48 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 ad8caccc4a3dac28698e967a6146ac272db0860c..292569b537622aaddf6b30d8ac3e2ca84ea5c148 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