diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-12-19 14:27:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-12-19 14:27:13 +0000 |
commit | 7f60195472c11b56916475902514935fde53fbe3 (patch) | |
tree | 87d7afa24c26168d6fd07e385dde02b82fcb4c86 /gcc | |
parent | f08951421198b742b66718ec8a4b5bfee0b8da31 (diff) | |
download | gcc-7f60195472c11b56916475902514935fde53fbe3.zip gcc-7f60195472c11b56916475902514935fde53fbe3.tar.gz gcc-7f60195472c11b56916475902514935fde53fbe3.tar.bz2 |
* intdoc.in: Fix typos.
From-SVN: r60306
Diffstat (limited to 'gcc')
-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 1829349..5450de5 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 3ed3e10..9d00bc7 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}. |