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]

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


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


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