diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-26 20:56:09 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-26 20:56:09 +0000 |
commit | 42cc08b5586d9164d7df6059e3c741f2d214d268 (patch) | |
tree | 65a273c3b6bf6b4619a1cddc844356496ce12b22 /gcc/doc | |
parent | 1d5a21db9b0841ce73e702a482f12ef959b8acdd (diff) | |
download | gcc-42cc08b5586d9164d7df6059e3c741f2d214d268.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61858 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/cpp.texi | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 4 | ||||
-rw-r--r-- | gcc/doc/gty.texi | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 | ||||
-rw-r--r-- | gcc/doc/passes.texi | 2 | ||||
-rw-r--r-- | gcc/doc/rtl.texi | 4 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 2 |
7 files changed, 12 insertions, 12 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index a6cf3a1f224..a6d6fb0db9f 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -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 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 26817b0ca66..082b87bb498 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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 diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index ed7d3d2c1a1..6d4f8394f42 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -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 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 97c9960f772..1b0f258529b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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. diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 4d475d30893..16627ddd5d7 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -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. diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 7b4ad23cada..a0c1f39403d 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -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. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 7ba2f7e13eb..4646985a957 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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. |