From 787c9dfa2bc4108c85b0004e5aa8fe6b4cfc561b Mon Sep 17 00:00:00 2001 From: Brooks Moses Date: Tue, 6 Mar 2007 09:27:58 +0000 Subject: [PATCH] * intrinsic.texi: Backported typo fixes from trunk. From-SVN: r122616 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/intrinsic.texi | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index d3545f428668..af8ec85e692e 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2007-03-06 Brooks Moses + + * intrinsic.texi: Backported typo fixes from trunk. + 2007-03-06 Brooks Moses * intrinsic.texi: Limit column widths to a total of .85. diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index aae0c9f99234..240bef87ad7a 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -422,7 +422,7 @@ and @code{"x"} (executable), or @code{" "} to check for existence. @item @emph{Return value}: Returns a scalar @code{INTEGER}, which is @code{0} if the file is -accessable in the given mode; otherwise or if an invalid argument +accessible in the given mode; otherwise or if an invalid argument has been given for @code{MODE} the value @code{1} is returned. @item @emph{Example}: @@ -5904,7 +5904,7 @@ bits shifted left by @var{SHIFT} places. If the absolute value of Bits shifted out from the left end are lost; zeros are shifted in from the opposite end. -This function has been superceded by the @code{ISHFT} intrinsic, which +This function has been superseded by the @code{ISHFT} intrinsic, which is standard in Fortran 95 and later. @item @emph{Standard}: @@ -7554,7 +7554,7 @@ bits shifted right by @var{SHIFT} places. If the absolute value of Bits shifted out from the left end are lost; zeros are shifted in from the opposite end. -This function has been superceded by the @code{ISHFT} intrinsic, which +This function has been superseded by the @code{ISHFT} intrinsic, which is standard in Fortran 95 and later. @item @emph{Standard}: