aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/cpp.texi
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-10-09 06:03:16 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-10-09 06:03:16 +0000
commit4fe9b91c45b7b0ba4b02069f821e64fd572ce950 (patch)
tree5f5de869671afe0860dba99e31812a0a95a46c55 /gcc/doc/cpp.texi
parent908fecca8cba9118747951b2d9883b8abd4a94b6 (diff)
downloadgcc-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/cpp.texi')
-rw-r--r--gcc/doc/cpp.texi6
1 files changed, 3 insertions, 3 deletions
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