public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] doc/*.texi: Fix typos.
@ 2005-04-01  4:32 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2005-04-01  4:32 UTC (permalink / raw)
  To: gcc-patches

Hi,

Committed as obvious to both mainline and 4.0 branch.

Kazu Hirata

2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.

Index: doc/contrib.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/contrib.texi,v
retrieving revision 1.63
diff -u -d -p -r1.63 contrib.texi
--- doc/contrib.texi	2 Mar 2005 14:03:43 -0000	1.63
+++ doc/contrib.texi	1 Apr 2005 04:23:34 -0000
@@ -279,7 +279,7 @@ feeding the gcc.gnu.org box and saving i
 Fred Fish for BeOS support and Ada fixes.
 
 @item
-Ivan Fontes Garcia for the Portugese translation of the GCJ FAQ@.
+Ivan Fontes Garcia for the Portuguese translation of the GCJ FAQ@.
 
 @item
 Peter Gerwinski for various bug fixes and the Pascal front end.
Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.595
diff -u -d -p -r1.595 invoke.texi
--- doc/invoke.texi	31 Mar 2005 14:21:14 -0000	1.595
+++ doc/invoke.texi	1 Apr 2005 04:23:38 -0000
@@ -7344,7 +7344,7 @@ The subtype of the file created (like @s
 that GCC is targetting, like @option{-mcpu} or @option{-march}.  The
 @option{-force_cpusubtype_ALL} option can be used to override this.
 
-The Darwin tools vary in their behaviour when presented with an ISA
+The Darwin tools vary in their behavior when presented with an ISA
 mismatch.  The assembler, @file{as}, will only permit instructions to
 be used that are valid for the subtype of the file it is generating,
 so you cannot put 64-bit instructions in an @samp{ppc750} object file.
@@ -9779,7 +9779,7 @@ This option is only meaningful in conjun
 @opindex msplit-addresses
 @opindex mno-split-addresses
 Enable (disable) use of the @code{%hi()} and @code{%lo()} assembler
-relocation operators.  This option has been superceded by
+relocation operators.  This option has been superseded by
 @option{-mexplicit-relocs} but is retained for backwards compatibility.
 
 @item -mexplicit-relocs
Index: doc/tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.420
diff -u -d -p -r1.420 tm.texi
--- doc/tm.texi	23 Mar 2005 03:55:32 -0000	1.420
+++ doc/tm.texi	1 Apr 2005 04:23:41 -0000
@@ -4866,7 +4866,7 @@ This macro should evaluate to @code{true
 functions (like @code{__cmpdi2}) return 0 to indicate that the first
 operand is smaller than the second, 1 to indicate that they are equal,
 and 2 to indicate that the first operand is greater than the second.
-If this macro evalutes to @code{false} the comparison functions return
+If this macro evaluates to @code{false} the comparison functions return
 @minus{}1, 0, and 1 instead of 0, 1, and 2.  If the target uses the routines
 in @file{libgcc.a}, you do not need to define this macro.
 @end defmac

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2009-12-16  4:12 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2009-12-16  4:12 UTC (permalink / raw)
  To: gcc-patches

Hi,

Attached is a patch to fix typos.

Committed as obvious.

Kazu Hirata

2009-12-16  Kazu Hirata  <kazu@codesourcery.com>

	* doc/invoke.texi, doc/options.texi, doc/plugins.texi,
	doc/tm.texi: Fix typos.

Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 155276)
+++ doc/invoke.texi	(working copy)
@@ -15533,11 +15533,11 @@ held in @code{r13} are now pushed onto t
 
 Note, common variables (variables which have not been initialised) and
 constants are not placed into the small data area as they are assigned
-to other sections in the output executeable.
+to other sections in the output executable.
 
 The default value is zero, which disables this feature.  Note, this
 feature is not enabled by default with higher optimization levels
-(@option{-O2} etc) because of the potentially deterimental effects of
+(@option{-O2} etc) because of the potentially detrimental effects of
 reserving register @code{r13}.  It is up to the programmer to
 experiment and discover whether this feature is of benefit to their
 program.
@@ -15562,7 +15562,7 @@ default option.
 @opindex mmax-constant-size
 Specifies the maxium size, in bytes, of a constant that can be used as
 an operand in a RX instruction.  Although the RX instruction set does
-allow consants of up to 4 bytes in length to be used in instructions,
+allow constants of up to 4 bytes in length to be used in instructions,
 a longer value equates to a longer instruction.  Thus in some
 circumstances it can be beneficial to restrict the size of constants
 that are used in instructions.  Constants that are too big are instead
@@ -16812,7 +16812,7 @@ that MinGW-specific thread support is to
 @opindex municode
 This option is available for mingw-w64 targets.  It specifies
 that the UNICODE macro is getting pre-defined and that the
-unicode capable runtime startup code is choosen.
+unicode capable runtime startup code is chosen.
 
 @item -mwin32
 @opindex mwin32
Index: doc/options.texi
===================================================================
--- doc/options.texi	(revision 155276)
+++ doc/options.texi	(working copy)
@@ -85,7 +85,7 @@ configurations and yet the masks always 
 @section Option properties
 
 The second field of an option record can specify any of the following
-properties.  When an option takes an argument, it is enlosed in parentheses
+properties.  When an option takes an argument, it is enclosed in parentheses
 following the option property name.  The parser that handles option files
 is quite simplistic, and will be tricked by any nested parentheses within
 the argument text itself; in this case, the entire option argument can
Index: doc/plugins.texi
===================================================================
--- doc/plugins.texi	(revision 155276)
+++ doc/plugins.texi	(working copy)
@@ -399,7 +399,7 @@ When a pass is first added to one of the
 @section Building GCC plugins
 
 If plugins are enabled, GCC installs the headers needed to build a
-plugin (somehwere in the installation tree, e.g. under
+plugin (somewhere in the installation tree, e.g. under
 @file{/usr/local}).  In particular a @file{plugin/include} directory
 is installed, containing all the header files needed to build plugins.
 
Index: doc/tm.texi
===================================================================
--- doc/tm.texi	(revision 155276)
+++ doc/tm.texi	(working copy)
@@ -9933,7 +9933,7 @@ contained within the @var{superset} name
 a named address space that is a subset of another named address space
 will be converted automatically without a cast if used together in
 arithmetic operations.  Pointers to a superset address space can be
-converted to pointers to a subset address space via explict casts.
+converted to pointers to a subset address space via explicit casts.
 @end deftypefn
 
 @deftypefn {Target Hook} {rtx} TARGET_ADDR_SPACE_CONVERT (rtx @var{op}, tree @var{from_type}, tree @var{to_type})
@@ -11038,7 +11038,7 @@ On some architectures it can take multip
 a constant.  If there is another constant already in a register that
 is close enough in value then it is preferable that the new constant
 is computed from this register using immediate addition or
-substraction.  We accomplish this through CSE.  Besides the value of
+subtraction.  We accomplish this through CSE.  Besides the value of
 the constant we also add a lower and an upper constant anchor to the
 available expressions.  These are then queried when encountering new
 constants.  The anchors are computed by rounding the constant up and

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2009-04-18  2:11 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2009-04-18  2:11 UTC (permalink / raw)
  To: gcc-patches

Hi,

Committed as obvious.

Kazu Hirata

2009-04-18  Kazu Hirata  <kazu@codesourcery.com>

	* doc/extend.texi, doc/invoke.texi: Fix typos.

Index: gcc/doc/extend.texi
===================================================================
--- gcc/doc/extend.texi	(revision 146302)
+++ gcc/doc/extend.texi	(working copy)
@@ -6758,7 +6758,7 @@ This is an acceptable initializer even i
 constant expression, including the case where
 @code{__builtin_constant_p} returns 1 because @var{EXPRESSION} can be
 folded to a constant but @var{EXPRESSION} contains operands that would
-not otherwize be permitted in a static initializer (for example,
+not otherwise be permitted in a static initializer (for example,
 @code{0 && foo ()}).  GCC must be more conservative about evaluating the
 built-in in this case, because it has no opportunity to perform
 optimization.
Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi	(revision 146302)
+++ gcc/doc/invoke.texi	(working copy)
@@ -15568,14 +15568,14 @@ This option is available for Cygwin and 
 specifies that a console application is to be generated, by
 instructing the linker to set the PE header subsystem type
 required for console applications.
-This is the default behaviour for Cygwin and MinGW targets.
+This is the default behavior for Cygwin and MinGW targets.
 
 @item -mcygwin
 @opindex mcygwin
 This option is available for Cygwin targets.  It specifies that
 the Cygwin internal interface is to be used for predefined
 preprocessor macros, C runtime libraries and related linker
-paths and options.  For Cygwin targets this is the default behaviour.
+paths and options.  For Cygwin targets this is the default behavior.
 This option is deprecated and will be removed in a future release.
 
 @item -mno-cygwin

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2009-01-18 10:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2009-01-18 10:47 UTC (permalink / raw)
  To: gcc-patches

Hi,

Built x86_64-pc-linux-gnu.  Committed as obvious.

Kazu Hirata

2009-01-18  Kazu Hirata  <kazu@codesourcery.com>

	* doc/extend.texi, doc/gimple.texi, doc/invoke.texi,
	doc/md.texi, doc/sourcebuild.texi, doc/tm.texi: Fix typos.
	Follow spelling conventions.

Index: gcc/doc/extend.texi
===================================================================
--- gcc/doc/extend.texi	(revision 143471)
+++ gcc/doc/extend.texi	(working copy)
@@ -2782,7 +2782,7 @@ with modern codes that keep a 16-byte st
 @cindex @code{resbank} attribute
 On the SH2A target, this attribute enables the high-speed register
 saving and restoration using a register bank for @code{interrupt_handler}
-routines.  Saving to the bank is performed automatcially after the CPU
+routines.  Saving to the bank is performed automatically after the CPU
 accepts an interrupt that uses a register bank.
 
 The nineteen 32-bit registers comprising general register R0 to R14,
Index: gcc/doc/gimple.texi
===================================================================
--- gcc/doc/gimple.texi	(revision 143471)
+++ gcc/doc/gimple.texi	(working copy)
@@ -109,7 +109,7 @@ structure takes 4 words (32 bytes) on 64
 @item @code{visited}			@tab 1
 @item @code{nontemporal_move}		@tab 1
 @item @code{plf}			@tab 2
-@item @code{modifed}			@tab 1
+@item @code{modified}			@tab 1
 @item @code{has_volatile_ops}		@tab 1
 @item @code{references_memory_p}	@tab 1
 @item @code{uid}			@tab 32
Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi	(revision 143471)
+++ gcc/doc/invoke.texi	(working copy)
@@ -1387,14 +1387,14 @@ is currently only supported when compili
 
 The compiler can accept several base standards, such as @samp{c89} or
 @samp{c++98}, and GNU dialects of those standards, such as
-@samp{gnu89} or @samp{gnu++98}.  By specifing a base standard, the
+@samp{gnu89} or @samp{gnu++98}.  By specifying a base standard, the
 compiler will accept all programs following that standard and those
 using GNU extensions that do not contradict it.  For example,
 @samp{-std=c89} turns off certain features of GCC that are
 incompatible with ISO C90, such as the @code{asm} and @code{typeof}
 keywords, but not other GNU extensions that do not have a meaning in
 ISO C90, such as omitting the middle term of a @code{?:}
-expression. On the other hand, by specifing a GNU dialect of a
+expression. On the other hand, by specifying a GNU dialect of a
 standard, all features the compiler support are enabled, even when
 those features change the meaning of the base standard and some
 strict-conforming programs may be rejected.  The particular standard
@@ -6605,7 +6605,7 @@ compiling and when linking your program.
 The following options are enabled: @code{-fprofile-arcs}, @code{-fprofile-values}, @code{-fvpt}.
 
 If @var{path} is specified, GCC will look at the @var{path} to find
-the profile feeedback data files. See @option{-fprofile-dir}.
+the profile feedback data files. See @option{-fprofile-dir}.
 
 @item -fprofile-use
 @itemx -fprofile-use=@var{path}
@@ -7601,8 +7601,8 @@ optimizing at @option{-O3} and above.  F
 the enhanced partial redundancy elimination optimization can run away,
 consuming all of the memory available on the host machine.  This
 parameter sets a limit on the length of the sets that are computed,
-which prevents the runaway behaviour.  Setting a value of 0 for
-this paramter will allow an unlimited set length.
+which prevents the runaway behavior.  Setting a value of 0 for
+this parameter will allow an unlimited set length.
 
 @item sccvn-max-scc-size
 Maximum size of a strongly connected component (SCC) during SCCVN
@@ -9077,7 +9077,7 @@ best available method for the selected p
 Only generate absolute relocations on word sized values (i.e. R_ARM_ABS32).
 This is enabled by default on targets (uClinux, SymbianOS) where the runtime
 loader imposes this restriction, and when @option{-fpic} or @option{-fPIC}
-is speficied.
+is specified.
 
 @end table
 
@@ -13317,7 +13317,7 @@ Disables warnings about the generation o
 warnings can be generated, for example, when compiling code which
 performs byte-level memory operations on the MAC AE type.  The MAC AE has
 no hardware support for byte-level memory operations, so all byte
-load/stores must be synthesised from word load/store operations.  This is
+load/stores must be synthesized from word load/store operations.  This is
 inefficient and a warning will be generated indicating to the programmer
 that they should rewrite the code to avoid byte operations, or to target
 an AE type which has the necessary hardware support.  This option enables
Index: gcc/doc/md.texi
===================================================================
--- gcc/doc/md.texi	(revision 143471)
+++ gcc/doc/md.texi	(working copy)
@@ -3149,7 +3149,7 @@ A definition of another insn attribute u
 reason an insn alternative might be available or
 not.  E.g. @code{cpu_facility} as in the example below.
 @item
-An assignement for the second attribute to each insn definition
+An assignment for the second attribute to each insn definition
 combining instructions which are not all available under the same
 circumstances.  (Note: It obviously only makes sense for definitions
 with more than one alternative.  Otherwise the insn pattern should be
Index: gcc/doc/sourcebuild.texi
===================================================================
--- gcc/doc/sourcebuild.texi	(revision 143471)
+++ gcc/doc/sourcebuild.texi	(working copy)
@@ -1575,7 +1575,7 @@ Finalize use of torture lists.
 @end table
 
 The @file{.exp} file for a set of tests that use torture options must
-include calls to these three procecures if:
+include calls to these three procedures if:
 
 @itemize @bullet
 @item It calls @code{gcc-dg-runtest} and overrides @var{DG_TORTURE_OPTIONS}.
Index: gcc/doc/tm.texi
===================================================================
--- gcc/doc/tm.texi	(revision 143471)
+++ gcc/doc/tm.texi	(working copy)
@@ -6386,7 +6386,7 @@ Return a pointer to a store large enough
 @deftypefn {Target Hook} void TARGET_SCHED_INIT_SCHED_CONTEXT (void *@var{tc}, bool @var{clean_p})
 Initialize store pointed to by @var{tc} to hold target scheduling context.
 It @var{clean_p} is true then initialize @var{tc} as if scheduler is at the
-beginning of the block.  Overwise, make a copy of the current context in
+beginning of the block.  Otherwise, make a copy of the current context in
 @var{tc}.
 @end deftypefn
 
@@ -6409,7 +6409,7 @@ Return a pointer to a store large enough
 @deftypefn {Target Hook} void TARGET_SCHED_INIT_SCHED_CONTEXT (void *@var{tc}, bool @var{clean_p})
 Initialize store pointed to by @var{tc} to hold target scheduling context.
 It @var{clean_p} is true then initialize @var{tc} as if scheduler is at the
-beginning of the block.  Overwise, make a copy of the current context in
+beginning of the block.  Otherwise, make a copy of the current context in
 @var{tc}.
 @end deftypefn
 
@@ -9365,7 +9365,7 @@ For targets whose psABI does not provide
 specific relocations and instruction sequences, an emulation layer is
 used.  A set of target hooks allows this emulation layer to be
 configured for the requirements of a particular target.  For instance
-the psABI may infact specify TLS support in terms of an emulation
+the psABI may in fact specify TLS support in terms of an emulation
 layer.
 
 The emulation layer works by creating a control object for every TLS

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2006-12-02  2:07 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2006-12-02  2:07 UTC (permalink / raw)
  To: gcc-patches

Hi,

Committed as obvious.

Kazu Hirata

2006-12-02  Kazu Hirata  <kazu@codesourcery.com>

	* doc/extend.texi, doc/invoke.texi, doc/md.texi: Fix typos.

Index: doc/extend.texi
===================================================================
--- doc/extend.texi	(revision 119436)
+++ doc/extend.texi	(working copy)
@@ -9803,7 +9803,7 @@ The extended version of @code{__builtin_
 
 @end itemize
 
-@emph{Note:} Only the interface descibed in the aforementioned
+@emph{Note:} Only the interface described in the aforementioned
 specification is supported. Internally, GCC uses built-in functions to
 implement the required functionality, but these are not supported and
 are subject to change without notice.
Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 119436)
+++ doc/invoke.texi	(working copy)
@@ -9733,12 +9733,12 @@ and memset for short lengths.
 @item -minline-stringops-dynamically
 @opindex minline-stringops-dynamically
 For string operation of unknown size, inline runtime checks so for small
-blocks inline code is used, while for large blocks librarly call is used.
+blocks inline code is used, while for large blocks library call is used.
 
 @item -mstringop-strategy=@var{alg}
 @opindex mstringop-strategy=@var{alg}
 Overwrite internal decision heuristic about particular algorithm to inline
-string opteration with.  The allowed values are @code{rep_byte},
+string operation with.  The allowed values are @code{rep_byte},
 @code{rep_4byte}, @code{rep_8byte} for expanding using i386 @code{rep} prefix
 of specified size, @code{loop}, @code{unrolled_loop} for expanding inline loop,
 @code{libcall} for always expanding library call.
Index: doc/md.texi
===================================================================
--- doc/md.texi	(revision 119436)
+++ doc/md.texi	(working copy)
@@ -3621,7 +3621,7 @@ and place the resulting N/2 values of si
 Signed/Unsigned widening multiplication. 
 The two inputs (operands 1 and 2) are vectors with N 
 signed/unsigned elements of size S. Multiply the high/low elements of the two 
-vectors, and put the N/2 products of size 2*S in the output vector (opernad 0). 
+vectors, and put the N/2 products of size 2*S in the output vector (operand 0). 
 
 @cindex @code{mulhisi3} instruction pattern
 @item @samp{mulhisi3}

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [patch] doc/*.texi: Fix typos.
  2004-09-10 22:54 Kazu Hirata
@ 2004-09-10 22:57 ` Joseph S. Myers
  0 siblings, 0 replies; 24+ messages in thread
From: Joseph S. Myers @ 2004-09-10 22:57 UTC (permalink / raw)
  To: Kazu Hirata; +Cc: gcc-patches

On Fri, 10 Sep 2004, Kazu Hirata wrote:

> -functions, if a target supports aliases (ie. defines
> +functions, if a target supports aliases (i.e. defines

In Texinfo you want "i.e.@:" or "i.e.," to avoid excess space in the 
printed output.  (See the notes on Texinfo in codingconventions.html about 
full stops not at end of sentence.)  The same of course applies to "e.g.".

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
  http://www.srcf.ucam.org/~jsm28/gcc/#c90status - status of C90 for GCC 4.0
    jsm@polyomino.org.uk (personal mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2004-09-10 22:54 Kazu Hirata
  2004-09-10 22:57 ` Joseph S. Myers
  0 siblings, 1 reply; 24+ messages in thread
From: Kazu Hirata @ 2004-09-10 22:54 UTC (permalink / raw)
  To: gcc-patches

Hi,

Committed as obvious.

Kazu Hirata

2004-09-10  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/tm.texi, doc/tree-ssa.texi: Fix typos.

Index: doc/tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.367
diff -u -r1.367 tm.texi
--- doc/tm.texi	9 Sep 2004 17:11:18 -0000	1.367
+++ doc/tm.texi	10 Sep 2004 22:11:22 -0000
@@ -9387,7 +9387,7 @@
 This target hook returns @code{true} if it is safe to use a local alias
 for a virtual function @var{fndecl} when constructing thunks,
 @code{false} otherwise. By default, the hook returns @code{true} for all
-functions, if a target supports aliases (ie. defines
+functions, if a target supports aliases (i.e. defines
 @code{ASM_OUTPUT_DEF}), @code{false} otherwise,
 @end deftypefn
 
Index: doc/tree-ssa.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tree-ssa.texi,v
retrieving revision 1.7
diff -u -r1.7 tree-ssa.texi
--- doc/tree-ssa.texi	4 Sep 2004 03:26:58 -0000	1.7
+++ doc/tree-ssa.texi	10 Sep 2004 22:11:23 -0000
@@ -709,7 +709,7 @@
 a statement whether a variable of these types has a killing definition. 
 If the variable does, then the statement is marked as having a
 @dfn{must definition} of that variable. However, if a statement is only
-defining a part of the variable (ie. a field in a structure), or if we
+defining a part of the variable (i.e. a field in a structure), or if we
 know that a statement might define the variable but we cannot say for sure,
 then we mark that statement as having a @dfn{may definition}.  For 
 instance, given

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2004-09-10 11:55 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2004-09-10 11:55 UTC (permalink / raw)
  To: gcc-patches

Hi,

Committed as obvious.

Kazu Hirata

2004-09-10  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/extend.texi, doc/invoke.texi, doc/passes.texi: Fix
	typos.  Follow spelling conventions.

Index: extend.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/extend.texi,v
retrieving revision 1.214
diff -u -r1.214 extend.texi
--- extend.texi	10 Sep 2004 07:54:15 -0000	1.214
+++ extend.texi	10 Sep 2004 11:18:38 -0000
@@ -5538,7 +5538,7 @@
 pointer rather than by value.
 
 Most of the functions are named after specific FR-V instructions.
-Such functions are said to be ``directly mapped'' and are summarised
+Such functions are said to be ``directly mapped'' and are summarized
 here in tabular form.
 
 @menu
@@ -8904,7 +8904,7 @@
 @emph{Note:} As of GCC 2.7.2, these @code{#pragma}s are not useful in
 most cases, because of COMDAT support and the ``key method'' heuristic
 mentioned in @ref{Vague Linkage}.  Using them can actually cause your
-program to grow due to unnecesary out-of-line copies of inline
+program to grow due to unnecessary out-of-line copies of inline
 functions.  Currently (3.4) the only benefit of these
 @code{#pragma}s is reduced duplication of debugging information, and
 that should be addressed soon on DWARF 2 targets with the use of
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.528
diff -u -r1.528 invoke.texi
--- invoke.texi	9 Sep 2004 06:33:54 -0000	1.528
+++ invoke.texi	10 Sep 2004 11:18:46 -0000
@@ -5510,7 +5510,7 @@
 
 @item max-aliased-vops
 
-Maxiumum number of virtual operands allowed to represent aliases
+Maximum number of virtual operands allowed to represent aliases
 before triggering the alias grouping heuristic.  Alias grouping
 reduces compile times and memory consumption needed for aliasing at
 the expense of precision loss in alias information.
@@ -12092,9 +12092,9 @@
 @item -fvisibility=@var{default|internal|hidden|protected}
 @opindex fvisibility
 Set the default ELF image symbol visibility to the specified option - all
-symbols will be marked with this unless overrided within the code.
+symbols will be marked with this unless overridden within the code.
 Using this feature can very substantially improve linking and
-load times of shared object libraries, produce more optimised
+load times of shared object libraries, produce more optimized
 code, provide near-perfect API export and prevent symbol clashes.
 It is @strong{strongly} recommended that you use this in any shared objects
 you distribute.
Index: passes.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/passes.texi,v
retrieving revision 1.39
diff -u -r1.39 passes.texi
--- passes.texi	9 Sep 2004 20:53:38 -0000	1.39
+++ passes.texi	10 Sep 2004 11:18:47 -0000
@@ -79,7 +79,7 @@
 definition is seen.  There is also a distinction to be made between
 generating functional code and generating complete debug information.
 The only thing that is absolutely required for functional code is that
-function and data @emph{defintions} be passed to the middle-end.  For
+function and data @emph{definitions} be passed to the middle-end.  For
 complete debug information, function, data and type declarations 
 should all be passed as well.
 
@@ -244,7 +244,7 @@
 
 This pass rewrites the function such that it is in SSA form.  After
 this pass, all @code{is_gimple_reg} variables will be referenced by
-@code{SSA_NAME}, and all occurences of other variables will be 
+@code{SSA_NAME}, and all occurrences of other variables will be 
 annotated with @code{VDEFS} and @code{VUSES}; phi nodes will have 
 been inserted as necessary for each basic block.  This pass is
 located in @file{tree-ssa.c} and is described by @code{pass_build_ssa}.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2004-01-31 17:09 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2004-01-31 17:09 UTC (permalink / raw)
  To: gcc-patches

Hi,

Committed as obvious to both 3.4 branch and mainline.

Kazu Hirata

2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/install.texi: Fix typos.
	* doc/invoke.texi: Likewise.

Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.252
diff -u -r1.252 install.texi
--- install.texi	31 Jan 2004 04:18:15 -0000	1.252
+++ install.texi	31 Jan 2004 16:58:37 -0000
@@ -944,7 +944,7 @@
 register C++ destructors for local statics and global objects.
 This is essential for fully standards-compliant handling of
 destructors, but requires __cxa_atexit in libc. This option is currently
-only available on sytems with GNU libc. When enabled, this will cause
+only available on systems with GNU libc. When enabled, this will cause
 @option{-fuse-cxa-exit} to be passed by default.
 
 @item --enable-target-optspace
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.397
diff -u -r1.397 invoke.texi
--- invoke.texi	28 Jan 2004 00:14:00 -0000	1.397
+++ invoke.texi	31 Jan 2004 16:58:45 -0000
@@ -4736,7 +4736,7 @@
 The default value is 3000.
 
 @item large-function-growth
-Specifies maximal growth of large functtion caused by inlining in percents.
+Specifies maximal growth of large function caused by inlining in percents.
 This parameter is ignored when @option{-funit-at-a-time} is not used.
 The default value is 200.
 

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2004-01-06 16:21 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2004-01-06 16:21 UTC (permalink / raw)
  To: gcc-patches

Hi,

Committed as obvious.

Kazu Hirata

2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/install.texi: Fix typos.
	* doc/invoke.texi: Likewise.
	* doc/md.texi: Likewise.

Index: install.texi
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/doc/install.texi,v
retrieving revision 1.247
diff -u -r1.247 install.texi
--- install.texi	3 Jan 2004 18:55:26 -0000	1.247
+++ install.texi	6 Jan 2004 16:06:43 -0000
@@ -1089,7 +1089,7 @@
 without optimization.
 
 @item --enable-gather-detailed-mem-stats
-When this option is specfied more detailed information on memory
+When this option is specified more detailed information on memory
 allocation is gathered.  This information is printed when using
 @option{-fmem-report}. 
 
Index: invoke.texi
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.383
diff -u -r1.383 invoke.texi
--- invoke.texi	5 Jan 2004 18:11:31 -0000	1.383
+++ invoke.texi	6 Jan 2004 16:01:45 -0000
@@ -6882,7 +6882,7 @@
 @item -mbranch-cost=@var{number}
 @opindex mbranch-cost=@var{number}
 @var{number} can only be 1 or 2.  If it is 1 then branches will be
-prefered over conditional code, if it is 2, then the opposite will
+preferred over conditional code, if it is 2, then the opposite will
 apply.
 
 @item -mflush-trap=@var{number}
@@ -7326,7 +7326,7 @@
 according to the scheduler's grouping.
 @var{regroup_exact}: Insert nops to force costly dependent insns into
 separate groups.  Insert exactly as many nops as needed to force an insn
-to a new group, according to the estimatied processor grouping.
+to a new group, according to the estimated processor grouping.
 @var{number}: Insert nops to force costly dependent insns into 
 separate groups.  Insert @var{number} nops to force an insn to a new group.
 
Index: md.texi
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/doc/md.texi,v
retrieving revision 1.81
diff -u -r1.81 md.texi
--- md.texi	24 Dec 2003 16:19:16 -0000	1.81
+++ md.texi	24 Dec 2003 18:41:28 -0000
@@ -1828,11 +1828,11 @@
 Non-SP registers (everything except @samp{SP})
 
 @item R
-Indirect thru @samp{IP} - Avoid this except for @code{QImode}, since we
+Indirect through @samp{IP} - Avoid this except for @code{QImode}, since we
 can't access extra bytes
 
 @item S
-Indirect thru @samp{SP} or @samp{DP} with short displacement (0..127)
+Indirect through @samp{SP} or @samp{DP} with short displacement (0..127)
 
 @item T
 Data-section immediate value

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [patch] doc/*.texi: Fix typos.
  2003-10-19  4:17 Kazu Hirata
@ 2003-10-19 18:19 ` Gerald Pfeifer
  0 siblings, 0 replies; 24+ messages in thread
From: Gerald Pfeifer @ 2003-10-19 18:19 UTC (permalink / raw)
  To: Kazu Hirata; +Cc: gcc-patches

On Sat, 18 Oct 2003, Kazu Hirata wrote:
> The extend.texi portion also applies to gcc-3.3 branch, so I applied
> the patch there as well.

Thanks! This is definitely a good strategy.

Gerald
-- 
Gerald Pfeifer (Jerry)   gerald@pfeifer.com   http://www.pfeifer.com/gerald/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2003-10-19  4:17 Kazu Hirata
  2003-10-19 18:19 ` Gerald Pfeifer
  0 siblings, 1 reply; 24+ messages in thread
From: Kazu Hirata @ 2003-10-19  4:17 UTC (permalink / raw)
  To: gcc-patches

Hi,

Attached is a patch to fix typos.  Committed as obvious.

The extend.texi portion also applies to gcc-3.3 branch, so I applied
the patch there as well.

Kazu Hirata

2003-10-18  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/extend.texi: Fix typos.
	* doc/invoke.texi: Likewise.

Index: extend.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/extend.texi,v
retrieving revision 1.164
diff -u -r1.164 extend.texi
--- extend.texi	12 Oct 2003 16:08:10 -0000	1.164
+++ extend.texi	19 Oct 2003 03:16:28 -0000
@@ -2628,7 +2628,7 @@
 attribute is applied to a symbol @emph{definition}, an error is reported.
 If a symbol previously declared @code{dllimport} is later defined, the
 attribute is ignored in subsequent references, and a warning is emitted.
-The attribute is also overriden by a subsequent declaration as
+The attribute is also overridden by a subsequent declaration as
 @code{dllexport}. 
 
 When applied to C++ classes, the attribute marks non-inlined
@@ -3809,7 +3809,7 @@
 
 Since GCC eventually will implement ISO C99 semantics for
 inline functions, it is best to use @code{static inline} only
-to guarentee compatibility.  (The
+to guarantee compatibility.  (The
 existing semantics will remain available when @option{-std=gnu89} is
 specified, but eventually the default will be @option{-std=gnu99} and
 that will implement the C99 semantics, though it does not do so yet.)
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.349
diff -u -r1.349 invoke.texi
--- invoke.texi	18 Oct 2003 00:22:22 -0000	1.349
+++ invoke.texi	19 Oct 2003 03:16:36 -0000
@@ -1904,7 +1904,7 @@
 debugging mode, where the object file in question may be recompiled and 
 dynamically reloaded in the course of program execution, without the need
 to restart the program itself.  Currently, Fix-and-Continue functionality
-is only available in conjunciton withthe NeXT runtime on Mac OS X 10.3 
+is only available in conjunction with the NeXT runtime on Mac OS X 10.3 
 and later.
 
 @item -fzero-link

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2003-07-05  0:20 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2003-07-05  0:20 UTC (permalink / raw)
  To: gcc-patches

Hi,

Attached is a patch to fix typos.

Committed as obvious to mainline.  None of this stuff applies to 3.3.

Kazu Hirata

2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/install.texi: Fix typos.
	* doc/invoke.texi: Likewise.
	* doc/tm.texi: Likewise.

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.209
diff -u -r1.209 install.texi
--- doc/install.texi	4 Jul 2003 18:47:09 -0000	1.209
+++ doc/install.texi	5 Jul 2003 00:16:28 -0000
@@ -2111,7 +2111,7 @@
 <hr />
 @end html
 @heading @anchor{arm-*-coff}arm-*-coff
-ARM-family processors.  Note that there are two diffierent varieties
+ARM-family processors.  Note that there are two different varieties
 of PE format subtarget supported: @code{arm-wince-pe} and
 @code{arm-pe} as well as a standard COFF target @code{arm-*-coff}.
 
Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.307
diff -u -r1.307 invoke.texi
--- doc/invoke.texi	1 Jul 2003 14:39:20 -0000	1.307
+++ doc/invoke.texi	5 Jul 2003 00:16:36 -0000
@@ -3954,7 +3954,7 @@
 
 @item -fsched2-use-superblocks
 @opindex fsched2-use-superblocks
-When schedulilng after register allocation, do use superblock scheduling
+When scheduling after register allocation, do use superblock scheduling
 algorithm.  Superblock scheduling allows motion across basic block boundaries
 resulting on faster schedules.  This option is experimental, as not all machine
 descriptions used by GCC model the CPU closely enough to avoid unreliable
Index: doc/tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.245
diff -u -r1.245 tm.texi
--- doc/tm.texi	1 Jul 2003 14:39:20 -0000	1.245
+++ doc/tm.texi	5 Jul 2003 00:16:42 -0000
@@ -3256,7 +3256,7 @@
 
 Define this macro if the target's representation for dwarf registers
 is different than the internal representation for unwind column.
-Given a dwarf register, this macro should return the interal unwind
+Given a dwarf register, this macro should return the internal unwind
 column number to use instead.
 
 See the PowerPC's SPE target for an example.  

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2003-07-01 14:40 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2003-07-01 14:40 UTC (permalink / raw)
  To: gcc-patches

Hi,

Attached is a patch to fix typos.

Committed as obvious to both 3.3 branch and mainline.  

Kazu Hirata

2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/contrib.texi: Fix typos.
	* doc/invoke.texi: Likewise.
	* doc/passes.texi: Likewise.
	* doc/sourcebuild.texi: Likewise.
	* doc/tm.texi: Likewise.

Index: contrib.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/contrib.texi,v
retrieving revision 1.44
diff -u -r1.44 contrib.texi
--- contrib.texi	23 Jun 2003 15:09:15 -0000	1.44
+++ contrib.texi	1 Jul 2003 14:30:40 -0000
@@ -255,7 +255,7 @@
 
 @item
 Kaveh Ghazi for his direction via the steering committee,
-amazing work to make @samp{-W -Wall} useful, and continously testing
+amazing work to make @samp{-W -Wall} useful, and continuously testing
 GCC on a plethora of platforms.
 
 @item
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.306
diff -u -r1.306 invoke.texi
--- invoke.texi	30 Jun 2003 19:47:19 -0000	1.306
+++ invoke.texi	1 Jul 2003 14:30:48 -0000
@@ -2919,7 +2919,7 @@
 @item -feliminate-unused-debug-symbols
 @opindex feliminate-unused-debug-symbols
 Produce debugging information in stabs format (if that is supported),
-for only symbols that are actualy used.
+for only symbols that are actually used.
 
 @item -gstabs+
 @opindex gstabs+
@@ -5533,8 +5533,8 @@
 
 @item %@{S:X; T:Y; :D@}
 
-If @code{S} was given to GCC, substitues @code{X}; else if @code{T} was
-given to GCC, substitues @code{Y}; else substitutes @code{D}.  There can
+If @code{S} was given to GCC, substitutes @code{X}; else if @code{T} was
+given to GCC, substitutes @code{Y}; else substitutes @code{D}.  There can
 be as many clauses as you need.  This may be combined with @code{.}, 
 @code{!}, @code{|}, and @code{*} as needed.
 
@@ -8229,9 +8229,9 @@
 
 @item pni
 Use all SSE extensions enabled by @option{-msse2} as well as the new
-SSE extensions in Prescott New Intrunctions. @option{-mpni} also
+SSE extensions in Prescott New Instructions. @option{-mpni} also
 enables 2 builtin functions, @code{__builtin_ia32_monitor} and
-@code{__builtin_ia32_mwait}, for new intrunctions @code{monitor} and
+@code{__builtin_ia32_mwait}, for new instructions @code{monitor} and
 @code{mwait}. 
 
 @item sse,387
@@ -10959,7 +10959,7 @@
 @opindex fwrapv
 This option instructs the compiler to assume that signed arithmetic
 overflow of addition, subtraction and multiplication wraps around
-using twos-complement representation.  This flag enables some optimzations
+using twos-complement representation.  This flag enables some optimizations
 and disables other.  This option is enabled by default for the Java
 front-end, as required by the Java language specification.
 
Index: passes.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/passes.texi,v
retrieving revision 1.25
diff -u -r1.25 passes.texi
--- passes.texi	31 May 2003 21:18:21 -0000	1.25
+++ passes.texi	1 Jul 2003 14:30:48 -0000
@@ -338,7 +338,7 @@
 some functions in @file{integrate.c} and the header @file{integrate.h}.
 Loop dependency analysis routines are contained in @file{dependence.c}.
 
-Second loop optimization pass takes care of basic block level optimalizations --
+Second loop optimization pass takes care of basic block level optimizations --
 unrolling, peeling and unswitching loops. The source files are
 @file{cfgloopanal.c} and @file{cfgloopmanip.c} containing generic loop
 analysis and manipulation code, @file{loop-init.c} with initialization and
Index: sourcebuild.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/sourcebuild.texi,v
retrieving revision 1.25
diff -u -r1.25 sourcebuild.texi
--- sourcebuild.texi	30 Jun 2003 16:08:38 -0000	1.25
+++ sourcebuild.texi	1 Jul 2003 14:30:49 -0000
@@ -124,7 +124,7 @@
 @item config
 Configuration files for supported architectures and operating
 systems.  @xref{Back End, , Anatomy of a Target Back End}, for
-details of the files in thie directory.
+details of the files in this directory.
 
 @item doc
 Texinfo documentation for GCC, together with automatically generated
Index: tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.244
diff -u -r1.244 tm.texi
--- tm.texi	30 Jun 2003 13:16:26 -0000	1.244
+++ tm.texi	1 Jul 2003 14:30:55 -0000
@@ -9138,7 +9138,7 @@
 @deftypefn {Target Hook} int TARGET_BRANCH_TARGET_REGISTER_CLASS (void)
 This target hook returns a register class for which branch target register
 optimizations should be applied.  All registers in this class should be
-usable interchangably.  After reload, registers in this class will be
+usable interchangeably.  After reload, registers in this class will be
 re-allocated and loads will be hoisted out of loops and be subjected
 to inter-block scheduling.
 @end deftypefn

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2003-06-23 16:25 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2003-06-23 16:25 UTC (permalink / raw)
  To: gcc-patches

Hi,

Attached is a patch to fix typos.

Committed to both 3.3 branch and mainline as obvious.  The change for
tm.texi was not applicable to 3.3 branch.

Kazu Hirata

2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/extend.texi: Fix typos.
	* doc/md.texi: Likewise.
	* doc/tm.texi: Likewise.

Index: extend.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/extend.texi,v
retrieving revision 1.144
diff -u -r1.144 extend.texi
--- extend.texi	20 Jun 2003 08:08:20 -0000	1.144
+++ extend.texi	23 Jun 2003 15:53:09 -0000
@@ -7112,7 +7112,7 @@
 New section before @b{[basic.stc.static]}
 
 @quotation
-The keyword @code{__thread} applied to an non-local object gives the
+The keyword @code{__thread} applied to a non-local object gives the
 object thread storage duration.
 
 A local variable or class data member declared both @code{static}
Index: md.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/md.texi,v
retrieving revision 1.75
diff -u -r1.75 md.texi
--- md.texi	10 Jun 2003 19:40:47 -0000	1.75
+++ md.texi	23 Jun 2003 15:53:13 -0000
@@ -2263,7 +2263,7 @@
 A memory reference that is a stack pop.
 
 @item S
-A memory reference that refers to an constant address of known value.
+A memory reference that refers to a constant address of known value.
 
 @item T
 The register indicated by Rx (not implemented yet).
@@ -4302,7 +4302,7 @@
 jump.  When new sequence contains multiple jump instructions or new labels,
 more assistance is needed.  Splitter is required to create only unconditional
 jumps, or simple conditional jump instructions.  Additionally it must attach a
-@code{REG_BR_PROB} note to each conditional jump. An global variable
+@code{REG_BR_PROB} note to each conditional jump.  A global variable
 @code{split_branch_probability} hold the probability of original branch in case
 it was an simple conditional jump, @minus{}1 otherwise.  To simplify
 recomputing of edge frequencies, new sequence is required to have only
Index: tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.240
diff -u -r1.240 tm.texi
--- tm.texi	20 Jun 2003 17:30:05 -0000	1.240
+++ tm.texi	23 Jun 2003 15:53:19 -0000
@@ -801,7 +801,7 @@
      N_("Specify the size of the short data section"), 0 @} @}
 @end smallexample
 
-Here is an variant of the above that allows the user to also specify
+Here is a variant of the above that allows the user to also specify
 just @option{-mshort-data} where a default of @code{"64"} is used.
 
 @smallexample

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [patch] doc/*.texi: Fix typos.
  2003-05-30 23:20 ` Joseph S. Myers
@ 2003-05-31 12:44   ` Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2003-05-31 12:44 UTC (permalink / raw)
  To: jsm28; +Cc: gcc-patches

Hi Joseph,

> > 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
> > 
> > 	* doc/invoke.texi: Fix typos.
> > 	* doc/rtl.texi: Likewise.
> 
> If this applies to the 3.3 branch, please apply it there as well.

This only applies to 3.4.

Kazu Hirata

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [patch] doc/*.texi: Fix typos.
  2003-05-30 21:24 Kazu Hirata
@ 2003-05-30 23:20 ` Joseph S. Myers
  2003-05-31 12:44   ` Kazu Hirata
  0 siblings, 1 reply; 24+ messages in thread
From: Joseph S. Myers @ 2003-05-30 23:20 UTC (permalink / raw)
  To: Kazu Hirata; +Cc: gcc-patches

On Fri, 30 May 2003, Kazu Hirata wrote:

> 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* doc/invoke.texi: Fix typos.
> 	* doc/rtl.texi: Likewise.

If this applies to the 3.3 branch, please apply it there as well.

-- 
Joseph S. Myers
jsm28@cam.ac.uk

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2003-05-30 21:24 Kazu Hirata
  2003-05-30 23:20 ` Joseph S. Myers
  0 siblings, 1 reply; 24+ messages in thread
From: Kazu Hirata @ 2003-05-30 21:24 UTC (permalink / raw)
  To: gcc-patches

Hi,

Attached is a patch to fix typos.  Committed as obvious.

Kazu Hirata

2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/invoke.texi: Fix typos.
	* doc/rtl.texi: Likewise.

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.283
diff -u -r1.283 invoke.texi
--- invoke.texi	21 May 2003 21:23:03 -0000	1.283
+++ invoke.texi	30 May 2003 19:45:48 -0000
@@ -4632,10 +4632,10 @@
 @item reorder-blocks-duplicate
 @itemx reorder-blocks-duplicate-feedback
 
-Used by basic block reordering pass to decide whether to use uncondtional
+Used by basic block reordering pass to decide whether to use unconditional
 branch or duplicate the code on it's destination.  Code is duplicated when it's
 estimated size is smaller than this value multiplied by the estimated size of
-unconditinal jump in the hot spots of the program.
+unconditional jump in the hot spots of the program.
 
 The @option{reorder-block-duplicate-feedback} is used only when profile
 feedback is available and may be set to higher values than
Index: rtl.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/rtl.texi,v
retrieving revision 1.56
diff -u -r1.56 rtl.texi
--- rtl.texi	12 May 2003 13:26:02 -0000	1.56
+++ rtl.texi	30 May 2003 19:45:50 -0000
@@ -746,7 +746,7 @@
 unchanging read can conflict with an unchanging write (since there may
 be a single store to this address to initialize it); and an unchanging
 store can conflict with a non-unchanging read.  This means we must make
-conservative assumptions when chosing the value of this flag for a
+conservative assumptions when choosing the value of this flag for a
 memory reference to an object containing both unchanging and
 non-unchanging fields: we must set the flag when writing to the object
 and clear it when reading from the object.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2003-04-13 11:18 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2003-04-13 11:18 UTC (permalink / raw)
  To: gcc-patches

Hi,

Attached is a patch to fix typos.  Committed as obvious.

Note that this patch does not apply to 3.3 branch.

Kazu Hirata

2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/invoke.texi: Fix typos.
	* doc/tm.texi: Likewise.

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.264
diff -u -r1.264 invoke.texi
--- invoke.texi	12 Apr 2003 02:16:46 -0000	1.264
+++ invoke.texi	13 Apr 2003 11:08:29 -0000
@@ -2485,7 +2485,7 @@
 Taking the address of a variable which has been declared @samp{register}.
 
 @item @r{(C++ only)}
-A base class is not initialized in a derived class' copy constrcutor.
+A base class is not initialized in a derived class' copy constructor.
 @end itemize
 
 @item -Wno-div-by-zero
@@ -3915,9 +3915,9 @@
 @item -fsched2-use-superblocks
 @opindex fsched2-use-superblocks
 When schedulilng after register allocation, do use superblock scheduling
-algorithm.  Superblock scheduling allows motion acress basic block boundaries
+algorithm.  Superblock scheduling allows motion across basic block boundaries
 resulting on faster schedules.  This option is experimental, as not all machine
-descriptions used by GCC model the CPU closely enought to avoid unreliable
+descriptions used by GCC model the CPU closely enough to avoid unreliable
 results from the algorithm. 
 
 This only makes sense when scheduling after register allocation, i.e.@: with
@@ -3930,7 +3930,7 @@
 size of superblocks using tracer pass.  See @option{-ftracer} for details on
 trace formation.
 
-This mode should produce faster but singificantly longer programs.  Also
+This mode should produce faster but significantly longer programs.  Also
 without @code{-fbranch-probabilities} the traces constructed may not match the
 reality and hurt the performance.  This only makes
 sense when scheduling after register allocation, i.e.@: with
@@ -6386,7 +6386,7 @@
 is only valid if the @option{-mcpu=ep9312} option has been used to
 enable generation of instructions for the Cirrus Maverick floating
 point co-processor.  This option is not enabled by default, since the
-problem is only present in older Maverick implemenations.  The default
+problem is only present in older Maverick implementations.  The default
 can be re-enabled by use of the @option{-mno-cirrus-fix-invalid-insns}
 switch.
 
Index: tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.209
diff -u -r1.209 tm.texi
--- tm.texi	3 Apr 2003 18:23:04 -0000	1.209
+++ tm.texi	13 Apr 2003 11:08:36 -0000
@@ -5738,7 +5738,7 @@
 zero for insn passed as the parameter, the insn will be not chosen to
 be issued.
 
-The default is that any ready insns can be choosen to be issued.
+The default is that any ready insns can be chosen to be issued.
 @end deftypefn
 
 @deftypefn {Target Hook} int TARGET_SCHED_DFA_NEW_CYCLE (FILE *, int, rtx, int, int, int *)

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [patch] doc/*.texi: Fix typos.
  2003-01-26 22:17   ` Gerald Pfeifer
@ 2003-01-26 22:25     ` Joseph S. Myers
  0 siblings, 0 replies; 24+ messages in thread
From: Joseph S. Myers @ 2003-01-26 22:25 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Kazu Hirata, gcc-patches

On Sun, 26 Jan 2003, Gerald Pfeifer wrote:

> > You're updating copyright dates on individual files in both the user and
> > internals manuals, but the overall copyright dates of the internals manual
> > in gccint.texi also need to be updated (gcc.texi has already had its dates
> > updated).
> 
> I tend to disagree.  Changes like these do not warrant updating _any_
> copyright dates at all.

My statement is that the overall dates printed in the manual should be the
union of those for the individual files (various files in the internals
manuals have already had more significant changes this year) rather than
one on the significance of spelling fixes.

I wouldn't change copyright dates for spelling fixes, but making
spelling-only fixes to Ada files in the past has led to followup patches
from the Ada maintainers which just update the copyright years to include
the year of the spelling fix, and do nothing else (presumably this is part
of their merge procedures from FSF GCC).

-- 
Joseph S. Myers
jsm28@cam.ac.uk

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [patch] doc/*.texi: Fix typos.
  2003-01-26 21:12 ` Joseph S. Myers
  2003-01-26 21:36   ` Kazu Hirata
@ 2003-01-26 22:17   ` Gerald Pfeifer
  2003-01-26 22:25     ` Joseph S. Myers
  1 sibling, 1 reply; 24+ messages in thread
From: Gerald Pfeifer @ 2003-01-26 22:17 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: Kazu Hirata, gcc-patches

On Sun, 26 Jan 2003, Joseph S. Myers wrote:
>> 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
>>
>> 	* 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.
> You're updating copyright dates on individual files in both the user and
> internals manuals, but the overall copyright dates of the internals manual
> in gccint.texi also need to be updated (gcc.texi has already had its dates
> updated).

I tend to disagree.  Changes like these do not warrant updating _any_
copyright dates at all.

Gerald
-- 
Gerald "Jerry"   pfeifer@dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [patch] doc/*.texi: Fix typos.
  2003-01-26 21:12 ` Joseph S. Myers
@ 2003-01-26 21:36   ` Kazu Hirata
  2003-01-26 22:17   ` Gerald Pfeifer
  1 sibling, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2003-01-26 21:36 UTC (permalink / raw)
  To: jsm28; +Cc: gcc-patches

Hi Joseph,

> You're updating copyright dates on individual files in both the user and 
> internals manuals, but the overall copyright dates of the internals manual 
> in gccint.texi also need to be updated (gcc.texi has already had its dates 
> updated).

OK.  I committed the patch below to both branch and mainline.

Kazu Hirata

2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/gccint.texi: Update the copyright.

Index: gccint.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/gccint.texi,v
retrieving revision 1.7
diff -u -r1.7 gccint.texi
--- gccint.texi	30 Dec 2002 21:29:39 -0000	1.7
+++ gccint.texi	26 Jan 2003 21:31:37 -0000
@@ -48,7 +48,7 @@
 
 @copying
 Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.1 or

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [patch] doc/*.texi: Fix typos.
  2003-01-26 20:57 Kazu Hirata
@ 2003-01-26 21:12 ` Joseph S. Myers
  2003-01-26 21:36   ` Kazu Hirata
  2003-01-26 22:17   ` Gerald Pfeifer
  0 siblings, 2 replies; 24+ messages in thread
From: Joseph S. Myers @ 2003-01-26 21:12 UTC (permalink / raw)
  To: Kazu Hirata; +Cc: gcc-patches

On Sun, 26 Jan 2003, Kazu Hirata wrote:

> 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* 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.

You're updating copyright dates on individual files in both the user and 
internals manuals, but the overall copyright dates of the internals manual 
in gccint.texi also need to be updated (gcc.texi has already had its dates 
updated).

-- 
Joseph S. Myers
jsm28@cam.ac.uk

^ permalink raw reply	[flat|nested] 24+ messages in thread

* [patch] doc/*.texi: Fix typos.
@ 2003-01-26 20:57 Kazu Hirata
  2003-01-26 21:12 ` Joseph S. Myers
  0 siblings, 1 reply; 24+ messages in thread
From: Kazu Hirata @ 2003-01-26 20:57 UTC (permalink / raw)
  To: gcc-patches

Hi,

Attached is a patch to fix typos.  Committed as obvious.  A similar
patch is committed to 3.3 branch as well.

Kazu Hirata

2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>

	* 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.

Index: cpp.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/cpp.texi,v
retrieving revision 1.52
diff -u -r1.52 cpp.texi
--- cpp.texi	28 Dec 2002 21:38:50 -0000	1.52
+++ cpp.texi	26 Jan 2003 20:49:47 -0000
@@ -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 @@
 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
Index: extend.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/extend.texi,v
retrieving revision 1.114
diff -u -r1.114 extend.texi
--- extend.texi	9 Jan 2003 05:23:54 -0000	1.114
+++ extend.texi	26 Jan 2003 20:49:51 -0000
@@ -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 @@
 @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
Index: gty.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/gty.texi,v
retrieving revision 1.10
diff -u -r1.10 gty.texi
--- gty.texi	10 Jan 2003 02:22:20 -0000	1.10
+++ gty.texi	26 Jan 2003 20:49:51 -0000
@@ -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 @@
 @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
Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.161
diff -u -r1.161 install.texi
--- install.texi	21 Jan 2003 13:45:15 -0000	1.161
+++ install.texi	26 Jan 2003 20:49:54 -0000
@@ -2262,8 +2262,8 @@
 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.
Index: passes.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/passes.texi,v
retrieving revision 1.16
diff -u -r1.16 passes.texi
--- passes.texi	24 Jan 2003 16:43:40 -0000	1.16
+++ passes.texi	26 Jan 2003 20:49:55 -0000
@@ -174,7 +174,7 @@
 
 @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.
Index: rtl.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/rtl.texi,v
retrieving revision 1.45
diff -u -r1.45 rtl.texi
--- rtl.texi	17 Dec 2002 16:47:45 -0000	1.45
+++ rtl.texi	26 Jan 2003 20:49:57 -0000
@@ -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 @@
 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.
Index: tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.194
diff -u -r1.194 tm.texi
--- tm.texi	25 Jan 2003 17:30:28 -0000	1.194
+++ tm.texi	26 Jan 2003 20:50:03 -0000
@@ -4783,7 +4783,7 @@
 @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.

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2009-12-16  0:50 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-01  4:32 [patch] doc/*.texi: Fix typos Kazu Hirata
  -- strict thread matches above, loose matches on Subject: below --
2009-12-16  4:12 Kazu Hirata
2009-04-18  2:11 Kazu Hirata
2009-01-18 10:47 Kazu Hirata
2006-12-02  2:07 Kazu Hirata
2004-09-10 22:54 Kazu Hirata
2004-09-10 22:57 ` Joseph S. Myers
2004-09-10 11:55 Kazu Hirata
2004-01-31 17:09 Kazu Hirata
2004-01-06 16:21 Kazu Hirata
2003-10-19  4:17 Kazu Hirata
2003-10-19 18:19 ` Gerald Pfeifer
2003-07-05  0:20 Kazu Hirata
2003-07-01 14:40 Kazu Hirata
2003-06-23 16:25 Kazu Hirata
2003-05-30 21:24 Kazu Hirata
2003-05-30 23:20 ` Joseph S. Myers
2003-05-31 12:44   ` Kazu Hirata
2003-04-13 11:18 Kazu Hirata
2003-01-26 20:57 Kazu Hirata
2003-01-26 21:12 ` Joseph S. Myers
2003-01-26 21:36   ` Kazu Hirata
2003-01-26 22:17   ` Gerald Pfeifer
2003-01-26 22:25     ` Joseph S. Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).