diff mbox

[fortran,doc] Fix typo in doc

Message ID 5C1E3211-640C-40D9-BE46-172C144474F6@gmail.com
State New
Headers show

Commit Message

FX Coudert Nov. 5, 2013, 10:03 p.m. UTC
I think the doc says “assumed-shape” where it means “assumed-rank”. Is that OK?

FX
2013-11-05  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

	* gfortran.texi: Fix typo.

Comments

Tobias Burnus Nov. 6, 2013, 6:24 a.m. UTC | #1
FX wrote:
> I think the doc says “assumed-shape” where it means “assumed-rank”. Is that OK?
>

OK. Thanks for the patch!

Tobias

PS: I assume you still can commit.
diff mbox

Patch

Index: gfortran.texi
===================================================================
--- gfortran.texi	(revision 204389)
+++ gfortran.texi	(working copy)
@@ -2624,7 +2624,7 @@  other hand, assumed-type assumed-rank du
 (@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