This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Spelling patch for gcc/doc


Another spelling patch for gcc/doc.  Applied to mainline.  Patch for
invoke.texi also applied to 3.0 branch.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.11683
diff -u -r1.11683 ChangeLog
--- ChangeLog	2001/10/28 18:59:20	1.11683
+++ ChangeLog	2001/10/28 19:07:26
@@ -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: doc/extend.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/extend.texi,v
retrieving revision 1.33
diff -u -r1.33 extend.texi
--- extend.texi	2001/10/18 18:43:20	1.33
+++ extend.texi	2001/10/28 19:07:27
@@ -44,7 +44,7 @@
 @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 @@
 @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 @@
 @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: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.68
diff -u -r1.68 invoke.texi
--- invoke.texi	2001/10/24 22:31:17	1.68
+++ invoke.texi	2001/10/28 19:07:30
@@ -3840,7 +3840,7 @@
 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.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]