aboutsummaryrefslogtreecommitdiff
path: root/gcc/f
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-12-19 00:27:52 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-12-19 00:27:52 +0000
commite1618452c3dc352e500f99e0d1d86775ed73e1e2 (patch)
treee4508568d157a32b184aa4a707bdd0599a1611c9 /gcc/f
parentd486dec6f00ef2a631fd11f8fa111b0a651daf82 (diff)
downloadgcc-e1618452c3dc352e500f99e0d1d86775ed73e1e2.zip
gcc-e1618452c3dc352e500f99e0d1d86775ed73e1e2.tar.gz
gcc-e1618452c3dc352e500f99e0d1d86775ed73e1e2.tar.bz2
g77.texi: Fix typos.
* g77.texi: Fix typos. * intdoc.texi: Likewise. * news.texi: Follow spelling conventions. From-SVN: r60271
Diffstat (limited to 'gcc/f')
-rw-r--r--gcc/f/ChangeLog6
-rw-r--r--gcc/f/g77.texi4
-rw-r--r--gcc/f/intdoc.texi6
-rw-r--r--gcc/f/news.texi2
4 files changed, 12 insertions, 6 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index dbdae93..1829349 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,3 +1,9 @@
+2002-12-18 Kazu Hirata <kazu@cs.umass.edu>
+
+ * g77.texi: Fix typos.
+ * intdoc.texi: Likewise.
+ * news.texi: Follow spelling conventions.
+
Mon Dec 16 13:53:18 2002 Mark Mitchell <mark@codesourcery.com>
* root.texi: Change version number to 3.4.
diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi
index 9ab2527..526179b 100644
--- a/gcc/f/g77.texi
+++ b/gcc/f/g77.texi
@@ -1045,7 +1045,7 @@ As such, GNU users rarely need consider just what kind of underlying
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 @@ set up this kind of aliasing.
(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,
diff --git a/gcc/f/intdoc.texi b/gcc/f/intdoc.texi
index e470626..b86cb1b9 100644
--- a/gcc/f/intdoc.texi
+++ b/gcc/f/intdoc.texi
@@ -6543,7 +6543,7 @@ magnitude truncated and its sign preserved, converted
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 @@ magnitude truncated and its sign preserved, converted
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 @@ magnitude truncated and its sign preserved, converted
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}.
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index 2d0dc0f..757e737 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -185,7 +185,7 @@ Incorrect output with 0-based array of characters
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