]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* intrinsic.texi: Fix typos.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 7 Jul 2006 06:10:16 +0000 (06:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 7 Jul 2006 06:10:16 +0000 (06:10 +0000)
From-SVN: r115251

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

index f8d99302298001707924b7ed5469224403c514aa..a822228cd14ec90e48998ad08e8194ab9445d528 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-07  Kazu Hirata  <kazu@codesourcery.com>
+
+       * intrinsic.texi: Fix typos.
+
 2006-07-07  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/28237
index 9d8b835ee0d668717ed5c99fe93177d3a8f26f2c..8d36a68acbbf566462cb2a5f38c4aa72a22c71d6 100644 (file)
@@ -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}: