cpp.texi: Fix typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 26 Jan 2003 20:56:09 +0000 (20:56 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 26 Jan 2003 20:56:09 +0000 (20:56 +0000)
* 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.

From-SVN: r61858

gcc/ChangeLog
gcc/doc/cpp.texi
gcc/doc/extend.texi
gcc/doc/gty.texi
gcc/doc/install.texi
gcc/doc/passes.texi
gcc/doc/rtl.texi
gcc/doc/tm.texi

index 4d839eae1b462426dfd58a2e373b3eaed9ff383c..dbd0fb11cdf8470f649fa50ee9059fb3af3f625a 100644 (file)
@@ -1,3 +1,13 @@
+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.
+
 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/ia64/fde-glibc.c: Fix comment typos.
index a6cf3a1f224d26402e9692ededfee5587e44cad3..a6d6fb0db9f2c21cc4d2846e8ba5e687e3f56fd6 100644 (file)
@@ -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 @@ GCC 3.0 evaluates @samp{#} and @samp{##} at the same time and strictly
 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 26817b0ca66c5ff184bc7c96f566f134dd11d4d6..082b87bb4989d05bc63f60cbcfde03ed977376d7 100644 (file)
@@ -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 @@ See the ELF gABI for complete details, but the short story is
 @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 ed7d3d2c1a13d88655032a9552491d978e1cf829..6d4f8394f42bffb4bb6de4b78634053abdca395a 100644 (file)
@@ -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 @@ specify the real type of a field identified by @code{use_param1} through
 @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 97c9960f7720fab6b7b63aebb5fd1507c819df5a..1b0f258529bc1e8cdecdaff08468a8009b8dc9a3 100644 (file)
@@ -2262,8 +2262,8 @@ applied in the GCC source tree, fixes the compatibility problems.
 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 4d475d3089321cfd23f513d57beb610439971494..16627ddd5d7d4ffa53cccafddb1b519d5fe9023f 100644 (file)
@@ -174,7 +174,7 @@ the input file name.
 
 @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 7b4ad23cada019310144b14a28f6c31fd3404344..a0c1f39403ddb40ece7531ceb7d2d081f81b7800 100644 (file)
@@ -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 @@ from an @samp{md} file, the vector value of this operand may be omitted.
 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 7ba2f7e13eb3b45a72fe4d1505bcde70f7e073fd..4646985a957451efb9a6f57c797c7b3c5e1b24f6 100644 (file)
@@ -4783,7 +4783,7 @@ Define this macro if GCC should generate calls to the ISO C
 @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.