* intrinsic.texi: Fix typos.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 25 May 2007 22:44:06 +0000 (22:44 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 25 May 2007 22:44:06 +0000 (22:44 +0000)
From-SVN: r125079

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

index 7ceb0ee1d81d9572aad59bf44698a4692972487d..dfc1174ddf76402dc7cc91b7cf268505cc9975e2 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-25  Kazu Hirata  <kazu@codesourcery.com>
+
+       * intrinsic.texi: Fix typos.
+
 2007-05-25  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/32047
index 52d09fba526d5c36c7265fa55222afa11ca1ce0b..892fda513f4e280338fd292a4202bef7c63c1fce 100644 (file)
@@ -6426,7 +6426,7 @@ To stat an open file: @ref{FSTAT}, to stat a file: @ref{STAT}
 @node LTIME
 @section @code{LTIME} --- Convert time to local time info
 @fnindex LTIME
-@cindex time, converstion to local time info
+@cindex time, conversion to local time info
 
 @table @asis
 @item @emph{Description}:
@@ -7059,7 +7059,7 @@ of one, the result is a scalar.  In all cases, the result is of default
 @node MINVAL
 @section @code{MINVAL} --- Minimum value of an array
 @fnindex MINVAL
-@cindex array, minmum value
+@cindex array, minimum value
 @cindex minimum value
 
 @table @asis
@@ -9129,7 +9129,7 @@ END PROGRAM
 @section @code{SPREAD} --- Add a dimension to an array
 @fnindex SPREAD
 @cindex array, increase dimension
-@cindex array, duplicate elementes
+@cindex array, duplicate elements
 @cindex array, duplicate dimensions
 
 @table @asis