This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] f/*.texi: Fix typos and follow spelling conventions.


Hi Joseph,

> > 	* intdoc.texi: Likewise.
> 
> intdoc.texi is a generated file.  You need to change intdoc.in then
> regenerate intdoc.texi.

Oops.  I just committed the attached patch to both mainline and
branch.  Regenerating intdoc.texi didn't change it for an obvious
reason.

Kazu Hirata

2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>

	* intdoc.in: Fix typos.

Index: intdoc.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/intdoc.in,v
retrieving revision 1.24
diff -u -r1.24 intdoc.in
--- intdoc.in	23 Sep 2002 11:23:06 -0000	1.24
+++ intdoc.in	19 Dec 2002 14:23:50 -0000
@@ -646,7 +646,7 @@
 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 @@
 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 @@
 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}.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]