Commit 929e2b92 by Kazu Hirata Committed by Kazu Hirata

* intrinsic.texi: Fix typos.

From-SVN: r115251
parent ba661c8b
2006-07-07 Kazu Hirata <kazu@codesourcery.com>
* intrinsic.texi: Fix typos.
2006-07-07 Paul Thomas <pault@gcc.gnu.org> 2006-07-07 Paul Thomas <pault@gcc.gnu.org>
PR fortran/28237 PR fortran/28237
......
...@@ -2940,7 +2940,7 @@ non-elemental subroutine ...@@ -2940,7 +2940,7 @@ non-elemental subroutine
@item @emph{Note}: @item @emph{Note}:
Beginning with the Fortran 2003 standard, there is a @code{FLUSH} 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 @end table
...@@ -4270,7 +4270,7 @@ end program test_scale ...@@ -4270,7 +4270,7 @@ end program test_scale
@item @emph{Description}: @item @emph{Description}:
@code{SELECTED_INT_KIND(I)} return the kind value of the smallest integer @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) 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}. this range, @code{SELECTED_INT_KIND} returns @math{-1}.
@item @emph{Option}: @item @emph{Option}:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment