From 1f556a039bcfcfafe911d01517c8e3a2a134377c Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 7 Jul 2006 06:10:16 +0000 Subject: [PATCH] * intrinsic.texi: Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115251 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/intrinsic.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index f8d9930..a822228 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2006-07-07 Kazu Hirata + + * intrinsic.texi: Fix typos. + 2006-07-07 Paul Thomas PR fortran/28237 diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 9d8b835..8d36a68 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -2940,7 +2940,7 @@ non-elemental subroutine @item @emph{Note}: Beginning with the Fortran 2003 standard, there is a @code{FLUSH} -statement that should be prefered over the @code{FLUSH} intrinsic. +statement that should be preferred over the @code{FLUSH} intrinsic. @end table @@ -4270,7 +4270,7 @@ end program test_scale @item @emph{Description}: @code{SELECTED_INT_KIND(I)} return the kind value of the smallest integer type that can represent all values ranging from @math{-10^I} (exclusive) -to @math{10^I} (exclusive). If there is no integer kind that accomodates +to @math{10^I} (exclusive). If there is no integer kind that accommodates this range, @code{SELECTED_INT_KIND} returns @math{-1}. @item @emph{Option}: -- 2.7.4