This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix minor typos in gcc/{invoke,md}.texi


NB not yet copyright assigned if relevant.

2000-07-03  Rodney Brown  <RodneyBrown@pmsc.com>
	* invoke.texi: Fix minor typos
	# md.texi: Fix minor typos


--- gcc/invoke.texi.orig.0	Tue Jun 27 23:19:00 2000
+++ gcc/invoke.texi	Mon Jul  3 13:15:05 2000
@@ -33,7 +33,7 @@
 @cindex grouping options
 @cindex options, grouping
 The @code{gcc} program accepts options and file names as operands.  Many
-options have multiletter names; therefore multiple single-letter options
+options have multi-letter names; therefore multiple single-letter options
 may @emph{not} be grouped: @samp{-dr} is very different from @w{@samp{-d
 -r}}.
 
@@ -1378,7 +1378,7 @@
 @cindex diagnostic messages
 @cindex message formatting
 
-Traditionally, diagnostic messages have been formatted irrespetive of
+Traditionally, diagnostic messages have been formatted irrespective of
 the output device's aspect (e.g. its width, ...).  The options described
 below can be used to control the diagnostic messages formatting
 algorithm, e.g. how many characters per line, how often source location
@@ -1395,7 +1395,7 @@
 line.
 
 @item -fdiagnostics-show-location=once
-Only meaningful in line-wrapping mode.  Intructs the diagnostic messages
+Only meaningful in line-wrapping mode.  Instructs the diagnostic messages
 reporter to emit @emph{once} source location information; that is, in
 case the message is too long to fit on a single physical line and has to
 be wrapped, the source location won't be emitted (as prefix) again,
@@ -1406,7 +1406,7 @@
 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
-a message which is too long to fit on a signe line.
+a message which is too long to fit on a single line.
 
 @end table
 
@@ -1599,7 +1599,7 @@
 All all the above @samp{-Wunused} options combined.
 
 In order to get a warning about an unused function parameter, you must
-either specify @samp{-W -Wunused} or separatly specify
+either specify @samp{-W -Wunused} or separately specify
 @samp{-Wunused-parameter}.
 
 @item -Wuninitialized
@@ -1660,7 +1660,7 @@
 This has no bug because @code{save_y} is used only if it is set.
 
 @cindex @code{longjmp} warnings
-This option also warns when a nonvolatile automatic variable might be
+This option also warns when a non-volatile automatic variable might be
 changed by a call to @code{longjmp}.  These warnings as well are possible
 only in optimizing compilation.
 
@@ -2324,7 +2324,7 @@
 @item v
 For each of the other indicated dump files (except for
 @file{@var{file}.00.rtl}), dump a representation of the control flow graph
-suitible for viewing with VCG to @file{@var{file}.@var{pass}.vcg}.
+suitable for viewing with VCG to @file{@var{file}.@var{pass}.vcg}.
 @item w
 Dump after the second flow pass to @file{@var{file}.19.flow2}. 
 @item x
@@ -2339,7 +2339,7 @@
 @item -fdump-unnumbered
 When doing debugging dumps (see -d option above), suppress instruction
 numbers and line number note output.  This makes it more feasible to
-use diff on debugging dumps for compiler invokations with different
+use diff on debugging dumps for compiler invocations with different
 options, in particular with and without -g.
 
 @item -fdump-translation-unit-@var{file} (C++ only)
@@ -3659,7 +3659,7 @@
 argument.  Thus %@{^o*@} would only generate one argument, not two.
 
 @item %@{<@code{S}@}
-Remove all occurences of @code{S} from the command line.  Note - this
+Remove all occurrences of @code{S} from the command line.  Note - this
 command is position dependent.  @samp{%} commands in the spec string
 before this option will see @code{S}, @samp{%} commands in the spec
 string after this option will not.
@@ -4670,7 +4670,7 @@
 @itemx -mfp=<number>
 @kindex -mfpe=
 @kindex -mfp=
-This specifes the version of the floating point emulation available on
+This specifies the version of the floating point emulation available on
 the target.  Permissible values are 2 and 3.  @samp{-mfp=} is a synonym
 for @samp{-mfpe=} to support older versions of GCC.
 
@@ -4707,7 +4707,7 @@
 the scope of a @samp{#pragma no_long_calls} directive and functions whose
 definitions have already been compiled within the current compilation
 unit, will not be turned into long calls.  The exception to this rule is
-that weak function defintions, functions with the @samp{long-call}
+that weak function definitions, functions with the @samp{long-call}
 attribute or the @samp{section} attribute, and functions that are within
 the scope of a @samp{#pragma long_calls} directive, will always be
 turned into long calls.
@@ -5711,7 +5711,7 @@
 Force long, int, and pointer types to be 32 bits wide.
 
 If none of @samp{-mlong32}, @samp{-mlong64}, or @samp{-mint64} are set,
-the size of ints, longs, and pointers depends on the ABI and ISA choosen.
+the size of ints, longs, and pointers depends on the ABI and ISA chosen.
 For @samp{-mabi=32}, and @samp{-mabi=n32}, ints and longs are 32 bits
 wide.  For @samp{-mabi=64}, ints are 32 bits, and longs are 64 bits wide.
 For @samp{-mabi=eabi} and either @samp{-mips1} or @samp{-mips2}, ints
@@ -6077,7 +6077,7 @@
 and PentiumPro, @code{double} and @code{long double} values should be
 aligned to an 8 byte boundary (see @samp{-malign-double}) or suffer
 significant run time performance penalties.  On Pentium III, the
-Streaming SIMD Extention (SSE) data type @code{__m128} suffers similar
+Streaming SIMD Extension (SSE) data type @code{__m128} suffers similar
 penalties if it is not 16 byte aligned.
 
 To ensure proper alignment of this values on the stack, the stack boundary
@@ -6104,7 +6104,7 @@
 @kindex -maccumulate-outgoing-args
 If enabled, the maximum amount of space required for outgoing arguments will be
 computed in the function prologue. This in faster on most modern CPUs
-because of reduced dependecies, improved scheduling and reduced stack usage
+because of reduced dependencies, improved scheduling and reduced stack usage
 when preferred stack boundary is not equal to 2.  The drawback is a notable
 increase in code size. This switch implies -mno-push-args.
 
@@ -6185,7 +6185,7 @@
 Generate code that assumes calls never cross space boundaries.  This
 allows GCC to emit code which performs faster indirect calls.
 
-This option will not work in the presense of shared libraries or nested
+This option will not work in the presence of shared libraries or nested
 functions.
 
 @item -mlong-load-store
@@ -6539,7 +6539,7 @@
 @item -mmemory-latency=@var{time}
 Sets the latency the scheduler should assume for typical memory
 references as seen by the application.  This number is highly
-dependant on the memory access patterns used by the application
+dependent on the memory access patterns used by the application
 and the size of the external cache on the machine.
 
 Valid options for @var{time} are
@@ -6752,7 +6752,7 @@
 then a RPTS will be emitted even if the loop count cannot be determined
 at compile time.  Note that the repeated instruction following RPTS does
 not have to be reloaded from memory each iteration, thus freeing up the
-CPU buses for oeprands.  However, since interrupts are blocked by this
+CPU buses for operands.  However, since interrupts are blocked by this
 instruction, it is disabled by default.
 
 @item -mloop-unsigned
@@ -7043,7 +7043,7 @@
 @item -mrelax-immediate
 @itemx -mrelax-immediate
 @itemx -mno-relax-immediate
-Allow arbitary sized immediated in bit operations.
+Allow arbitrary sized immediates in bit operations.
 
 @item -mwide-bitfields
 @itemx -mwide-bitfields
@@ -7053,7 +7053,7 @@
 @item -m4byte-functions
 @itemx -m4byte-functions
 @itemx -mno-4byte-functions
-Force all functions to be aligfned to a four byte boundary.
+Force all functions to be aligned to a four byte boundary.
 
 @item -mcallgraph-data
 @itemx -mcallgraph-data
@@ -7068,7 +7068,7 @@
 @item -mlittle-endian
 @itemx -mlittle-endian
 @itemx -mbig-endian
-Genreate code for a little endian target.
+Generate code for a little endian target.
 
 @item -m210
 @itemx -m210
--- gcc/md.texi.bak	Sun May  7 10:48:53 2000
+++ gcc/md.texi	Mon Jul  3 13:32:06 2000
@@ -2691,7 +2691,7 @@
 @cindex @code{prologue} instruction pattern
 @item @samp{prologue}
 This pattern, if defined, emits RTL for entry to a function.  The function
-entry is resposible for setting up the stack frame, initializing the frame
+entry is responsible for setting up the stack frame, initializing the frame
 pointer register, saving callee saved registers, etc.
 
 Using a prologue pattern is generally preferred over defining
@@ -2703,7 +2703,7 @@
 @cindex @code{epilogue} instruction pattern
 @item @samp{epilogue}
 This pattern, if defined, emits RTL for exit from a function.  The function
-exit is resposible for deallocating the stack frame, restoring callee saved
+exit is responsible for deallocating the stack frame, restoring callee saved
 registers and emitting the return instruction.
 
 Using an epilogue pattern is generally preferred over defining
@@ -3768,7 +3768,7 @@
 @code{SImode} register of class @code{GENERAL_REGS} (@code{"r"}) that needs
 to be live only at the point just before the arithmetic.
 
-A real example requring extended scratch lifetimes is harder to come by,
+A real example requiring extended scratch lifetimes is harder to come by,
 so here's a silly made-up example:
 
 @smallexample
@@ -4604,7 +4604,7 @@
 @xref{Insn Attributes}.  This attribute must be boolean (i.e. have
 exactly two elements in its @var{list-of-values}).  Further, it must
 not be used with complex expressions.  That is, the default and all
-uses in the insns must be a simple constant, not dependant on the 
+uses in the insns must be a simple constant, not dependent on the 
 alternative or anything else.
 
 For each @code{define_insn} for which the @code{predicable} 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]