From 7f60195472c11b56916475902514935fde53fbe3 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 19 Dec 2002 14:27:13 +0000 Subject: [PATCH] * intdoc.in: Fix typos. From-SVN: r60306 --- gcc/f/ChangeLog | 4 ++++ gcc/f/intdoc.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 182934951f95..5450de5ae2ce 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +2002-12-19 Kazu Hirata + + * intdoc.in: Fix typos. + 2002-12-18 Kazu Hirata * g77.texi: Fix typos. diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in index 3ed3e10e408b..9d00bc761a67 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}. -- 2.43.5