* intrinsic.texi: Fix a typo.

From-SVN: r118131
This commit is contained in:
Kazu Hirata 2006-10-29 04:41:10 +00:00 committed by Kazu Hirata
parent bd6f7848ee
commit 37efe9e9c7
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
2006-10-29 Kazu Hirata <kazu@codesourcery.com>
* intrinsic.texi: Fix a typo.
2006-10-27 Steven G. Kargl <kargl@gcc.gnu.org>
* gfortran.h: Remove GFC_MPFR_TOO_OLD.
* arith.c (arctangent2): Remove function
(gfc_check_real_range): Remove subnormal kludge.

View File

@ -417,7 +417,7 @@ present, then all characters up to and excluding @code{achar(0)} are
used as file name.
@item @var{MODE} @tab Scalar @code{CHARACTER} with the file access mode,
may be any concatenation of @code{"r"} (readable), @code{"w"} (writable)
and @code{"x"} (executable), or @code{" "} to check for existance.
and @code{"x"} (executable), or @code{" "} to check for existence.
@end multitable
@item @emph{Return value}: