summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-28 19:12:12 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-28 19:12:12 +0000
commit66dbb5a82486fd9bd327081337657c2beb59dbea (patch)
tree555d0c1d24beefe83ceb2e9a0ebdc610931b133c
parent8b809f5781cc958c366045cba96ba06647f445fe (diff)
downloadgcc-66dbb5a82486fd9bd327081337657c2beb59dbea.tar.gz
* doc/extend.texi, doc/invoke.texi: Fix spelling.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46591 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/doc/extend.texi6
-rw-r--r--gcc/doc/invoke.texi2
3 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4aa32c10a03..f7c59d3195e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
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.
Sun Oct 28 17:05:36 CET 2001 Jan Hubicka <jh@suse.cz>
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index ee8f6164323..c2dd710db6c 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -44,7 +44,7 @@ phase 3 (5.1.1.2).}
@node Environment implementation
@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.
@node Identifiers implementation
@@ -333,7 +333,7 @@ respectively, the date and time of translation are not available (6.10.8).}
@node Library functions implementation
@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.
@node Architecture implementation
@@ -357,7 +357,7 @@ headers @code{<float.h>}, @code{<limits.h>}, and @code{<stdint.h>}
@node Locale-specific behavior implementation
@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.
@node C Extensions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index a897188c5c5..a6424320b31 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -3840,7 +3840,7 @@ optimization will not be done.
The maximum number of passes of GCSE to run.
@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
with few branches or calls can create excessively large lists which
needlessly consume memory and resources.