]> gcc.gnu.org Git - gcc.git/commitdiff
g77.texi: Fix typos.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 19 Dec 2002 00:27:52 +0000 (00:27 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 19 Dec 2002 00:27:52 +0000 (00:27 +0000)
* g77.texi: Fix typos.
* intdoc.texi: Likewise.
* news.texi: Follow spelling conventions.

From-SVN: r60271

gcc/f/ChangeLog
gcc/f/g77.texi
gcc/f/intdoc.texi
gcc/f/news.texi

index dbdae937dda30d338d85b6304a00ca6d4e569a76..182934951f95b21abc76689bbd3cfc253bacb517 100644 (file)
@@ -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.
index 9ab2527795ae65715748b03c63a9f1655266d2ad..526179bb927c3344c854e5ff3948693e4a252d3a 100644 (file)
@@ -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,
index e4706267e53a75c23821902003e77a21a910e0fe..b86cb1b975bdf245e3784bb3235fc79986c9e099 100644 (file)
@@ -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}.
 
index 2d0dc0f49ef652916607d11e7a5f9245af784f29..757e737a0da8c5191823a01d2e4d13292bf27a06 100644 (file)
@@ -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
This page took 0.073308 seconds and 5 git commands to generate.