Commit 0c688a7d by Joseph Myers Committed by Joseph Myers

* doc/extend.texi, doc/invoke.texi: Fix spelling.

From-SVN: r46591
parent 67dda4b5
2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk> 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/extend.texi, doc/invoke.texi: Fix spelling.
* doc/gcc.texi: Document use of "dependent" and American spelling. * doc/gcc.texi: Document use of "dependent" and American spelling.
Sun Oct 28 17:05:36 CET 2001 Jan Hubicka <jh@suse.cz> Sun Oct 28 17:05:36 CET 2001 Jan Hubicka <jh@suse.cz>
......
...@@ -44,7 +44,7 @@ phase 3 (5.1.1.2).} ...@@ -44,7 +44,7 @@ phase 3 (5.1.1.2).}
@node Environment implementation @node Environment implementation
@section Environment @section Environment
The behavior of these points are dependant on the implementation The behavior of these points are dependent on the implementation
of the C library, and are not defined by GCC itself. of the C library, and are not defined by GCC itself.
@node Identifiers implementation @node Identifiers implementation
...@@ -333,7 +333,7 @@ respectively, the date and time of translation are not available (6.10.8).} ...@@ -333,7 +333,7 @@ respectively, the date and time of translation are not available (6.10.8).}
@node Library functions implementation @node Library functions implementation
@section Library functions @section Library functions
The behavior of these points are dependant on the implementation The behavior of these points are dependent on the implementation
of the C library, and are not defined by GCC itself. of the C library, and are not defined by GCC itself.
@node Architecture implementation @node Architecture implementation
...@@ -357,7 +357,7 @@ headers @code{<float.h>}, @code{<limits.h>}, and @code{<stdint.h>} ...@@ -357,7 +357,7 @@ headers @code{<float.h>}, @code{<limits.h>}, and @code{<stdint.h>}
@node Locale-specific behavior implementation @node Locale-specific behavior implementation
@section Locale-specific behavior @section Locale-specific behavior
The behavior of these points are dependant on the implementation The behavior of these points are dependent on the implementation
of the C library, and are not defined by GCC itself. of the C library, and are not defined by GCC itself.
@node C Extensions @node C Extensions
......
...@@ -3840,7 +3840,7 @@ optimization will not be done. ...@@ -3840,7 +3840,7 @@ optimization will not be done.
The maximum number of passes of GCSE to run. The maximum number of passes of GCSE to run.
@item max-pending-list-length @item max-pending-list-length
The maximum number of pending dependancies scheduling will allow The maximum number of pending dependencies scheduling will allow
before flushing the current state and starting over. Large functions before flushing the current state and starting over. Large functions
with few branches or calls can create excessively large lists which with few branches or calls can create excessively large lists which
needlessly consume memory and resources. needlessly consume memory and resources.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment