diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-10-29 04:41:10 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-10-29 04:41:10 +0000 |
commit | 37efe9e9c774144a28c3a9fe87b8f878d982c652 (patch) | |
tree | dd76d9727127826e7acb6666a561f1f1d3823417 | |
parent | bd6f7848eedd7bddb9e878ea506695f90688d3b0 (diff) | |
download | gcc-37efe9e9c774144a28c3a9fe87b8f878d982c652.zip gcc-37efe9e9c774144a28c3a9fe87b8f878d982c652.tar.gz gcc-37efe9e9c774144a28c3a9fe87b8f878d982c652.tar.bz2 |
* intrinsic.texi: Fix a typo.
From-SVN: r118131
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/intrinsic.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a4b4014..6c24c47 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -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. diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 63453e7..038fc29 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}: |