From 37efe9e9c774144a28c3a9fe87b8f878d982c652 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 29 Oct 2006 04:41:10 +0000 Subject: [PATCH] * intrinsic.texi: Fix a typo. From-SVN: r118131 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/intrinsic.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a4b4014346d..6c24c475130 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,4 +1,9 @@ +2006-10-29 Kazu Hirata + + * intrinsic.texi: Fix a typo. + 2006-10-27 Steven G. Kargl + * gfortran.h: Remove GFC_MPFR_TOO_OLD. * arith.c (arctangent2): Remove function (gfc_check_real_range): Remove subnormal kludge. diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 63453e72ced..038fc29d7c6 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -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}: