* doc/extend.texi, doc/invoke.texi: Fix spelling.
authorJoseph Myers <jsm28@cam.ac.uk>
Sun, 28 Oct 2001 19:12:12 +0000 (19:12 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 28 Oct 2001 19:12:12 +0000 (19:12 +0000)
From-SVN: r46591

gcc/ChangeLog
gcc/doc/extend.texi
gcc/doc/invoke.texi

index 4aa32c10a03472914bb07d6eed51bd89a86d7ae0..f7c59d3195e475c179aa1ed2caafd4f51526d8ed 100644 (file)
@@ -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>
index ee8f616432301d67e177adff82dc4bb7f73beecf..c2dd710db6cecbb7d4fa476f0c67d59c9f710eaf 100644 (file)
@@ -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
index a897188c5c57533e3c962aa3a002b7a0b6d54f3a..a6424320b3191cd327584b46c947932a7b2b6087 100644 (file)
@@ -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.