diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-19 14:27:13 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-19 14:27:13 +0000 |
| commit | b2d5194413a0fc7c741fb3ca9f96b4b60512de2b (patch) | |
| tree | 87d7afa24c26168d6fd07e385dde02b82fcb4c86 | |
| parent | df9badbedd205f70343fbb18b3d239af9e2e70ba (diff) | |
| download | ppe42-gcc-b2d5194413a0fc7c741fb3ca9f96b4b60512de2b.tar.gz ppe42-gcc-b2d5194413a0fc7c741fb3ca9f96b4b60512de2b.zip | |
* intdoc.in: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60306 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/f/intdoc.in | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 182934951f9..5450de5ae2c 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +2002-12-19 Kazu Hirata <kazu@cs.umass.edu> + + * intdoc.in: Fix typos. + 2002-12-18 Kazu Hirata <kazu@cs.umass.edu> * g77.texi: Fix typos. diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in index 3ed3e10e408..9d00bc761a6 100644 --- a/gcc/f/intdoc.in +++ b/gcc/f/intdoc.in @@ -646,7 +646,7 @@ magnitude truncated and its sign preserved, converted to type @code{INTEGER(KIND=6)}. If @var{@1@} is type @code{COMPLEX}, its real part -is truncated and converted, and its imaginary part is disgregarded. +is truncated and converted, and its imaginary part is disregarded. @xref{Int Intrinsic}. @@ -661,7 +661,7 @@ magnitude truncated and its sign preserved, converted to type @code{INTEGER(KIND=6)}. If @var{@1@} is type @code{COMPLEX}, its real part -is truncated and converted, and its imaginary part is disgregarded. +is truncated and converted, and its imaginary part is disregarded. @xref{Int Intrinsic}. @@ -676,7 +676,7 @@ magnitude truncated and its sign preserved, converted to type @code{INTEGER(KIND=2)}. If @var{@1@} is type @code{COMPLEX}, its real part -is truncated and converted, and its imaginary part is disgregarded. +is truncated and converted, and its imaginary part is disregarded. @xref{Int Intrinsic}. |

