diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-09 06:03:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-09 06:03:16 +0000 |
commit | 4fe9b91c45b7b0ba4b02069f821e64fd572ce950 (patch) | |
tree | 5f5de869671afe0860dba99e31812a0a95a46c55 /gcc/doc | |
parent | 908fecca8cba9118747951b2d9883b8abd4a94b6 (diff) | |
download | gcc-4fe9b91c45b7b0ba4b02069f821e64fd572ce950.zip gcc-4fe9b91c45b7b0ba4b02069f821e64fd572ce950.tar.gz gcc-4fe9b91c45b7b0ba4b02069f821e64fd572ce950.tar.bz2 |
c-common.c: Fix comment typos.
* c-common.c: Fix comment typos.
* cfgrtl.c: Likewise.
* collect2.c: Likewise.
* cpplex.c: Likewise.
* doloop.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* gcc.c: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* global.c: Likewise.
* ifcvt.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
* protoize.c: Likewise.
* regclass.c: Likewise.
* reorg.c: Likewise.
* rtl.h: Likewise.
* stmt.c: Likewise.
* tree.h: Likewise.
* doc/cpp.texi: Likewise.
* doc/c-tree.texi: Likewise.
* doc/extend.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/objc.texi: Likewise.
* doc/tm.texi: Likewise.
From-SVN: r46114
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/c-tree.texi | 4 | ||||
-rw-r--r-- | gcc/doc/cpp.texi | 6 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 | ||||
-rw-r--r-- | gcc/doc/objc.texi | 2 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index e36090a..a5c5fec 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -1423,7 +1423,7 @@ fields. @item CASE_LABEL Use to represent a @code{case} label, range of @code{case} labels, or a -@code{default} label. If @code{CASE_LOW} is @code{NULL_TREE}, then this is a a +@code{default} label. If @code{CASE_LOW} is @code{NULL_TREE}, then this is a @code{default} label. Otherwise, if @code{CASE_HIGH} is @code{NULL_TREE}, then this is an ordinary @code{case} label. In this case, @code{CASE_LOW} is an expression giving the value of the label. Both @code{CASE_LOW} and @@ -1800,7 +1800,7 @@ as a signed or unsigned quantity depending on the type of the constant. In general, the expression given above will overflow, so it should not be used to calculate the value of the constant. -The variable @code{integer_zero_node} is a integer constant with value +The variable @code{integer_zero_node} is an integer constant with value zero. Similarly, @code{integer_one_node} is an integer constant with value one. The @code{size_zero_node} and @code{size_one_node} variables are analogous, but have type @code{size_t} rather than @code{int}. diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 1d7dfd6..a9736cd 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -32,7 +32,7 @@ or Back-Cover Texts. @macro covertexts This manual contains no Invariant Sections. The Front-Cover Texts are -(a) (see below), and the the Back-Cover Texts are (b) (see below). +(a) (see below), and the Back-Cover Texts are (b) (see below). (a) The FSF's Front-Cover Text is: @@ -1956,7 +1956,7 @@ expands to nothing, but in the @code{m68k-coff} environment it expands to a single @samp{%}. @item __USER_LABEL_PREFIX__ -This macro expands to a single token which is the the prefix applied to +This macro expands to a single token which is the prefix applied to user labels (symbols visible to C code) in assembly. For example, in the @code{m68k-aout} environment it expands to an @samp{_}, but in the @code{m68k-coff} environment it expands to nothing. @@ -3610,7 +3610,7 @@ simultaneously true. @cindex assertions, cancelling @findex #unassert -Assertions can be cancelled with the the @samp{#unassert} directive. It +Assertions can be cancelled with the @samp{#unassert} directive. It has the same syntax as @samp{#assert}. In that form it cancels only the answer which was specified on the @samp{#unassert} line; other answers for that predicate remain true. You can cancel an entire predicate by diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index be659203..41588b0d 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2523,7 +2523,7 @@ to relate to the structure, union or enumerated type defined, not to any enclosing declaration the type specifier appears in, and the type defined is not complete until after the attribute specifiers. @c Otherwise, there would be the following problems: a shift/reduce -@c conflict between attributes binding the the struct/union/enum and +@c conflict between attributes binding the struct/union/enum and @c binding to the list of specifiers/qualifiers; and "aligned" @c attributes could use sizeof for the structure, but the size could be @c changed later by "packed" attributes. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 66c0816..0588c1a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1669,7 +1669,7 @@ behaviour. @item -fdiagnostics-show-location=every-line Only meaningful in line-wrapping mode. Instructs the diagnostic messages reporter to emit the same source location information (as -prefix) for physical lines that result from the process of breaking a +prefix) for physical lines that result from the process of breaking a message which is too long to fit on a single line. @end table @@ -3791,7 +3791,7 @@ that contain more that a certain number of instructions. You can control some of these constants on the command-line using the @option{--param} option. -In each case, the @var{value} is a integer. The allowable choices for +In each case, the @var{value} is an integer. The allowable choices for @var{name} are given in the following table: @table @gcctabopt diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi index f23e3d0..d3fd775 100644 --- a/gcc/doc/objc.texi +++ b/gcc/doc/objc.texi @@ -251,7 +251,7 @@ The non-atomic types are encoded as follows: @end multitable Here are some types and their encodings, as they are generated by the -compiler on a i386 machine: +compiler on an i386 machine: @sp 1 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 193a060..32229d6 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -8776,7 +8776,7 @@ built-in function. @findex MD_CAN_REDIRECT_BRANCH @item MD_CAN_REDIRECT_BRANCH(@var{branch1}, @var{branch2}) -Take a branch insn in @var{branch1} and a another in @var{branch2}. +Take a branch insn in @var{branch1} and another in @var{branch2}. Return true if redirecting @var{branch1} to the destination of @var{branch2} is possible. @@ -8788,7 +8788,7 @@ may in turn cause a branch offset to overflow. @item ALLOCATE_INITIAL_VALUE(@var{hard_reg}) When the initial value of a hard register has been copied in a pseudo -register, it is often not necessary to actually allocate a another register +register, it is often not necessary to actually allocate another register to this pseudo register, because the original hard register or a stack slot it has been saved into can be used. @code{ALLOCATE_INITIAL_VALUE}, if defined, is called at the start of register allocation once for each |