aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@alumni.carnegiemellon.edu>2001-10-17 08:44:09 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2001-10-17 08:44:09 +0000
commit14976c58e9ada85da3c6cdb485133784725adc4d (patch)
tree122bdee23c5d6ce80aa512b2eee35c5599935c67
parente0a1c10724cea13585029f45b2872c18c0d2bc10 (diff)
downloadgcc-14976c58e9ada85da3c6cdb485133784725adc4d.zip
gcc-14976c58e9ada85da3c6cdb485133784725adc4d.tar.gz
gcc-14976c58e9ada85da3c6cdb485133784725adc4d.tar.bz2
c-tree.texi: Eliminate duplicated word.
* c-tree.texi: Eliminate duplicated word. * cpp.texi: Likewise. * install.texi: Likewise. * invoke.texi: Likewise. * tm.texi: Likewise. From-SVN: r46310
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/doc/c-tree.texi2
-rw-r--r--gcc/doc/cpp.texi4
-rw-r--r--gcc/doc/install.texi2
-rw-r--r--gcc/doc/invoke.texi2
-rw-r--r--gcc/doc/tm.texi4
6 files changed, 15 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0e1308f..e165e9e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi
index 9eccc0d..b27c082 100644
--- a/gcc/doc/c-tree.texi
+++ b/gcc/doc/c-tree.texi
@@ -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; @};
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi
index a9736cd..ed167e4 100644
--- a/gcc/doc/cpp.texi
+++ b/gcc/doc/cpp.texi
@@ -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
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index b4fbbae..98404ed 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index cab5005..89ee913 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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.
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index a790278..c586395 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -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}.