[patch] doc/*.texi: Fix typos.

Kazu Hirata kazu@cs.umass.edu
Sun Jan 26 20:57:00 GMT 2003


Hi,

Attached is a patch to fix typos.  Committed as obvious.  A similar
patch is committed to 3.3 branch as well.

Kazu Hirata

2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/cpp.texi: Fix typos.
	* doc/extend.texi: Likewise.
	* doc/gty.texi: Likewise.
	* doc/install.texi: Likewise.
	* doc/passes.texi: Likewise.
	* doc/rtl.texi: Likewise.
	* doc/tm.texi: Likewise.

Index: cpp.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/cpp.texi,v
retrieving revision 1.52
diff -u -r1.52 cpp.texi
--- cpp.texi	28 Dec 2002 21:38:50 -0000	1.52
+++ cpp.texi	26 Jan 2003 20:49:47 -0000
@@ -9,7 +9,7 @@
 @copying
 @c man begin COPYRIGHT
 Copyright @copyright{} 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996,
-1997, 1998, 1999, 2000, 2001, 2002
+1997, 1998, 1999, 2000, 2001, 2002, 2003
 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
@@ -3974,7 +3974,7 @@
 left to right.  Older versions evaluated all @samp{#} operators first,
 then all @samp{##} operators, in an unreliable order.
 
-@item The form of whitespace betwen tokens in preprocessor output
+@item The form of whitespace between tokens in preprocessor output
 
 @xref{Preprocessor Output}, for the current textual format.  This is
 also the format used by stringification.  Normally, the preprocessor
Index: extend.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/extend.texi,v
retrieving revision 1.114
diff -u -r1.114 extend.texi
--- extend.texi	9 Jan 2003 05:23:54 -0000	1.114
+++ extend.texi	26 Jan 2003 20:49:51 -0000
@@ -1,4 +1,4 @@
-@c Copyright (C) 1988,1989,1992,1993,1994,1996,1998,1999,2000,2001,2002 Free Software Foundation, Inc.
+@c Copyright (C) 1988,1989,1992,1993,1994,1996,1998,1999,2000,2001,2002,2003 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 
@@ -2317,7 +2317,7 @@
 @table @dfn
 @item default
 Default visibility is the normal case for ELF.  This value is 
-available for the visibiliy attribute to override other options
+available for the visibility attribute to override other options
 that may change the assumed visibility of symbols.
 
 @item hidden
Index: gty.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/gty.texi,v
retrieving revision 1.10
diff -u -r1.10 gty.texi
--- gty.texi	10 Jan 2003 02:22:20 -0000	1.10
+++ gty.texi	26 Jan 2003 20:49:51 -0000
@@ -1,4 +1,4 @@
-@c Copyright (C) 2002
+@c Copyright (C) 2002, 2003
 @c Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
@@ -186,7 +186,7 @@
 @item use_params
 
 When a structure contains another structure that is parameterized,
-there's no need to do anything special, the inner stucture inherits the
+there's no need to do anything special, the inner structure inherits the
 parameters of the outer one.  When a structure contains a pointer to a
 parameterized structure, the type machinery won't automatically detect
 this (it could, it just doesn't yet), so it's necessary to tell it that
Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.161
diff -u -r1.161 install.texi
--- install.texi	21 Jan 2003 13:45:15 -0000	1.161
+++ install.texi	26 Jan 2003 20:49:54 -0000
@@ -2262,8 +2262,8 @@
 Currently Glibc 2.2.3 (and older releases) and GCC 3.0 are out of sync
 since the latest exception handling changes for GCC@.  Compiling glibc
 with GCC 3.0 will give a binary incompatible glibc and therefore cause
-lots of problems and might make your system completly unusable.  This
-will definitly need fixes in glibc but might also need fixes in GCC@.  We
+lots of problems and might make your system completely unusable.  This
+will definitely need fixes in glibc but might also need fixes in GCC@.  We
 strongly advise to wait for glibc 2.2.4 and to read the release notes of
 glibc 2.2.4 whether patches for GCC 3.0 are needed.  You can use glibc
 2.2.3 with GCC 3.0, just do not try to recompile it.
Index: passes.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/passes.texi,v
retrieving revision 1.16
diff -u -r1.16 passes.texi
--- passes.texi	24 Jan 2003 16:43:40 -0000	1.16
+++ passes.texi	26 Jan 2003 20:49:55 -0000
@@ -174,7 +174,7 @@
 
 @cindex sibling call optimization
 @item
-Sibiling call optimization.   This pass performs tail recursion
+Sibling call optimization.   This pass performs tail recursion
 elimination, and tail and sibling call optimizations.  The purpose of
 these optimizations is to reduce the overhead of function calls,
 whenever possible.
Index: rtl.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/rtl.texi,v
retrieving revision 1.45
diff -u -r1.45 rtl.texi
--- rtl.texi	17 Dec 2002 16:47:45 -0000	1.45
+++ rtl.texi	26 Jan 2003 20:49:57 -0000
@@ -1,4 +1,4 @@
-@c Copyright (C) 1988, 1989, 1992, 1994, 1997, 1998, 1999, 2000, 2001, 2002
+@c Copyright (C) 1988, 1989, 1992, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 @c Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
@@ -244,7 +244,7 @@
 An omitted vector is effectively the same as a vector of no elements.
 
 @item B
-@samp{B} indicates a pointer to basic block strucure.
+@samp{B} indicates a pointer to basic block structure.
 
 @item 0
 @samp{0} means a slot whose contents do not fit any normal category.
Index: tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.194
diff -u -r1.194 tm.texi
--- tm.texi	25 Jan 2003 17:30:28 -0000	1.194
+++ tm.texi	26 Jan 2003 20:50:03 -0000
@@ -4783,7 +4783,7 @@
 @cindex C99 math functions, implicit usage
 @item TARGET_C99_FUNCTIONS
 When this macro is nonzero, GCC will implicitly optimize @code{sin} calls into
-@code{sinf} and similary for other functions defined by C99 standard.  The
+@code{sinf} and similarly for other functions defined by C99 standard.  The
 default is nonzero that should be proper value for most modern systems, however
 number of existing systems lacks support for these functions in the runtime so
 they needs this macro to be redefined to 0.



More information about the Gcc-patches mailing list