Commit 30972689 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* intrinsic.texi (ALLOCATED): Fix typo.

From-SVN: r129857
parent 4e6c2193
2007-11-02 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* intrinsic.texi (ALLOCATED): Fix typo.
2007-10-31 Tobias Burnus <burnus@net-b.de> 2007-10-31 Tobias Burnus <burnus@net-b.de>
PR fortran/33941 PR fortran/33941
......
...@@ -959,7 +959,7 @@ Inquiry function ...@@ -959,7 +959,7 @@ Inquiry function
@item @emph{Return value}: @item @emph{Return value}:
The return value is a scalar @code{LOGICAL} with the default logical The return value is a scalar @code{LOGICAL} with the default logical
kind type parameter. If @var{X} is allocated, @code{ALLOCATED(X)} kind type parameter. If @var{X} is allocated, @code{ALLOCATED(X)}
is @code{.TRUE.}; otherwise, it returns the @code{.TRUE.} is @code{.TRUE.}; otherwise, it returns @code{.FALSE.}
@item @emph{Example}: @item @emph{Example}:
@smallexample @smallexample
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment