c-tree.texi: Eliminate duplicated word.
authorMatt Kraai <kraai@alumni.carnegiemellon.edu>
Wed, 17 Oct 2001 08:44:09 +0000 (08:44 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 17 Oct 2001 08:44:09 +0000 (08:44 +0000)
* c-tree.texi: Eliminate duplicated word.
* cpp.texi: Likewise.
* install.texi: Likewise.
* invoke.texi: Likewise.
* tm.texi: Likewise.

From-SVN: r46310

gcc/ChangeLog
gcc/doc/c-tree.texi
gcc/doc/cpp.texi
gcc/doc/install.texi
gcc/doc/invoke.texi
gcc/doc/tm.texi

index 0e1308f030655c66ab234b93616006d186f0b0b0..e165e9e0cd24aa72853c7a091143fe2ffcd17dfc 100644 (file)
@@ -1,3 +1,11 @@
+2001-10-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
+
+       * c-tree.texi: Eliminate duplicated word.
+       * cpp.texi: Likewise.
+       * install.texi: Likewise.
+       * invoke.texi: Likewise.
+       * tm.texi: Likewise.
+
 2001-10-17  Michael Collison  <collison@isisinc.net>
 
        * dsp16xx.c: Fix comment formatting to match GNU standards.
index 9eccc0d5019e9416c6ff5928946f7edc74347a13..b27c082979caa90c132b24d166d81c535a7dd571 100644 (file)
@@ -1855,7 +1855,7 @@ These nodes are used to represent pointer-to-member constants.  The
 or @code{UNION_TYPE} within which the pointer points), and the
 @code{PTRMEM_CST_MEMBER} is the declaration for the pointed to object.
 Note that the @code{DECL_CONTEXT} for the @code{PTRMEM_CST_MEMBER} is in
-general different from from the @code{PTRMEM_CST_CLASS}.  For example,
+general different from the @code{PTRMEM_CST_CLASS}.  For example,
 given:
 @example
 struct B @{ int i; @};
index a9736cdd4543c7bf9180122723da275afb67f664..ed167e49bbcf714d14c6c0e1a397a14c811a153d 100644 (file)
@@ -2929,7 +2929,7 @@ syntax errors.
 
 One way to avoid this problem is to use an always-false conditional
 instead.  For instance, put @code{#if 0} before the deleted code and
-@code{#endif} after it.  This This works even if the code being turned
+@code{#endif} after it.  This works even if the code being turned
 off contains conditionals, but they must be entire conditionals
 (balanced @samp{#if} and @samp{#endif}).
 
@@ -3199,7 +3199,7 @@ preprocessor preserves whitespace between tokens, or replaces it with
 e.g.@: a single space.  In GNU CPP, whitespace between tokens is collapsed
 to become a single space, with the exception that the first token on a
 non-directive line is preceded with sufficient spaces that it appears in
-the same column in the preprocessed output that it appeared in in the
+the same column in the preprocessed output that it appeared in the
 original source file.  This is so the output is easy to read.
 @xref{Differences from previous versions}.  CPP does not insert any
 whitespace where there was none in the original source, except where
index b4fbbae4c07652c18183dac70fabc2accd9d4d31..98404edf36db188b4cca457d622edd21aa977b68 100644 (file)
@@ -3450,7 +3450,7 @@ without modification.
 @heading @anchor{os2}OS/2
 
 GCC does not currently support OS/2.  However, Andrew Zabolotny has been
-working on a generic OS/2 port with pgcc.  The current code code can be found
+working on a generic OS/2 port with pgcc.  The current code can be found
 at @uref{http://www.goof.com/pcg/os2/,,http://www.goof.com/pcg/os2/}.
 
 An older copy of GCC 2.8.1 is included with the EMX tools available at
index cab5005f7523fdea3feb81a902816276aaf80d49..89ee913006bd0c3383e0c1d90f40d98d0a8fb714 100644 (file)
@@ -9042,7 +9042,7 @@ and 32532 cpus.  This is the default for the pc532-netbsd configuration.
 @opindex mmulti-add
 Try and generate multiply-add floating point instructions @code{polyF}
 and @code{dotF}.  This option is only available if the @option{-m32381}
-option is in effect.  Using these instructions requires changes to to
+option is in effect.  Using these instructions requires changes to
 register allocation which generally has a negative impact on
 performance.  This option should only be enabled when compiling code
 particularly likely to make heavy use of multiply-add instructions.
index a790278ac9f3c455239798246710314d7a243cbd..c586395280239d13634d8acd5e3425453b5afda2 100644 (file)
@@ -6782,7 +6782,7 @@ no arguments and with no return value.  If the target supports initialization
 priorities, @var{priority} is a value between 0 and @code{MAX_INIT_PRIORITY};
 otherwise it must be @code{DEFAULT_INIT_PRIORITY}.
 
-If this macro is is not defined by the target, a suitable default will
+If this macro is not defined by the target, a suitable default will
 be chosen if (1) the target supports arbitrary section names, (2) the
 target defines @code{CTORS_SECTION_ASM_OP}, or (3) @code{USE_COLLECT2}
 is not defined.
@@ -7994,7 +7994,7 @@ or @code{MACHINE_DEPENDENT_REORG}.
 
 You can have multiple entities that are mode-switched, and select at run time
 which entities actually need it.  @code{OPTIMIZE_MODE_SWITCHING} should
-return nonzero for any @var{entity} that that needs mode-switching.
+return nonzero for any @var{entity} that needs mode-switching.
 If you define this macro, you also have to define
 @code{NUM_MODES_FOR_MODE_SWITCHING}, @code{MODE_NEEDED},
 @code{MODE_PRIORITY_TO_MODE} and @code{EMIT_MODE_SET}.