diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-25 22:44:06 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-25 22:44:06 +0000 |
| commit | bd84e4475a23ffb2b480ed7c2c53f8f388337181 (patch) | |
| tree | 092f5005a85a38d4b08863149a922f9d0d7a2c51 | |
| parent | d07131bdcc8def7a168b0ca661728ded83c157af (diff) | |
| download | ppe42-gcc-bd84e4475a23ffb2b480ed7c2c53f8f388337181.tar.gz ppe42-gcc-bd84e4475a23ffb2b480ed7c2c53f8f388337181.zip | |
* intrinsic.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125079 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/fortran/intrinsic.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 7ceb0ee1d81..dfc1174ddf7 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -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 diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 52d09fba526..892fda513f4 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -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 |

