* intrinsic.texi: Fix a typo.
authorKazu Hirata <kazu@codesourcery.com>
Sun, 29 Oct 2006 04:41:10 +0000 (04:41 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 29 Oct 2006 04:41:10 +0000 (04:41 +0000)
From-SVN: r118131

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi

index a4b4014346d8ce98505f48804a95dff55b7d3612..6c24c4751305156c6d591b2b92ef8603629b2890 100644 (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.
index 63453e72ced5cef1ef13a075ad0cf00fc3f12125..038fc29d7c6b315adb6bd6e09f4636ea19bfef70 100644 (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}: