* [patch] f/*.texi: Fix typos and follow spelling conventions.
@ 2002-12-18 16:28 Kazu Hirata
2002-12-19 3:53 ` Joseph S. Myers
0 siblings, 1 reply; 3+ messages in thread
From: Kazu Hirata @ 2002-12-18 16:28 UTC (permalink / raw)
To: gcc-patches
Hi,
Attached is a patch to fix typos and follow spelling conventions.
Committed as obvious to both mainline and branch.
Hopefully this one doesn't remove a joke. :-)
Kazu Hirata
2002-12-18 Kazu Hirata <kazu@cs.umass.edu>
* g77.texi: Fix typos.
* intdoc.texi: Likewise.
* news.texi: Follow spelling conventions.
Index: g77.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/g77.texi,v
retrieving revision 1.96
diff -u -r1.96 g77.texi
--- g77.texi 2 Nov 2002 14:36:45 -0000 1.96
+++ g77.texi 19 Dec 2002 00:18:08 -0000
@@ -1045,7 +1045,7 @@
hardware (or, in many cases, operating system) they are using at any
particular time.
They can use and write software designed for a general-purpose,
-widely portable, heterogenous environment---the GNU environment.
+widely portable, heterogeneous environment---the GNU environment.
In line with this philosophy, GNU Fortran must evolve into a product
that is widely ported and portable not only in the sense that it can
@@ -7512,7 +7512,7 @@
(The FORTRAN 77 standard's prohibition of this sort of
overlap, generally referred to therein as ``storage
-assocation'', appears in Sections 15.9.3.6.
+association'', appears in Sections 15.9.3.6.
This prohibition allows implementations, such as @command{g77},
to, for example, implement the passing of procedures and
even values in @code{COMMON} via copy operations into local,
Index: intdoc.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/intdoc.texi,v
retrieving revision 1.23
diff -u -r1.23 intdoc.texi
--- intdoc.texi 23 Sep 2002 11:23:06 -0000 1.23
+++ intdoc.texi 19 Dec 2002 00:18:10 -0000
@@ -6543,7 +6543,7 @@
to type @code{INTEGER(KIND=6)}.
If @var{A} 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}.
@@ -6578,7 +6578,7 @@
to type @code{INTEGER(KIND=2)}.
If @var{A} 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}.
@@ -9418,7 +9418,7 @@
to type @code{INTEGER(KIND=6)}.
If @var{A} 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: news.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/news.texi,v
retrieving revision 1.92
diff -u -r1.92 news.texi
--- news.texi 19 Nov 2002 23:17:36 -0000 1.92
+++ news.texi 19 Dec 2002 00:18:12 -0000
@@ -185,7 +185,7 @@
Double complex zero ** double precision number -> NaN instead of zero
@end table
@item
-Richard Henderson (@email{rth@@redhat.com}) analysed and improved the handling
+Richard Henderson (@email{rth@@redhat.com}) analyzed and improved the handling
of (no-)aliasing information for dummy arguments and improved the optimization
of induction variables in unrolled loops.
@end itemize
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] f/*.texi: Fix typos and follow spelling conventions.
2002-12-18 16:28 [patch] f/*.texi: Fix typos and follow spelling conventions Kazu Hirata
@ 2002-12-19 3:53 ` Joseph S. Myers
2002-12-19 6:29 ` Kazu Hirata
0 siblings, 1 reply; 3+ messages in thread
From: Joseph S. Myers @ 2002-12-19 3:53 UTC (permalink / raw)
To: Kazu Hirata; +Cc: gcc-patches
On Wed, 18 Dec 2002, Kazu Hirata wrote:
> * intdoc.texi: Likewise.
intdoc.texi is a generated file. You need to change intdoc.in then
regenerate intdoc.texi.
--
Joseph S. Myers
jsm28@cam.ac.uk
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] f/*.texi: Fix typos and follow spelling conventions.
2002-12-19 3:53 ` Joseph S. Myers
@ 2002-12-19 6:29 ` Kazu Hirata
0 siblings, 0 replies; 3+ messages in thread
From: Kazu Hirata @ 2002-12-19 6:29 UTC (permalink / raw)
To: jsm28; +Cc: gcc-patches
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}.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-12-19 14:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-18 16:28 [patch] f/*.texi: Fix typos and follow spelling conventions Kazu Hirata
2002-12-19 3:53 ` Joseph S. Myers
2002-12-19 6:29 ` Kazu Hirata
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).