Commit 9a376494 by Volker Reichelt Committed by Volker Reichelt

cppopts.texi: Fix typo.

	* doc/cppopts.texi: Fix typo.
	* doc/objc.texi: Likewise.
	* doc/passes.texi: Likewise.

From-SVN: r61878
parent f004e5f3
2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* doc/cppopts.texi: Fix typo.
* doc/objc.texi: Likewise.
* doc/passes.texi: Likewise.
2003-01-27 Alexandre Oliva <aoliva@redhat.com>
* real.c (ibm_extended_format): Add 53 to minimum exponent.
......
......@@ -575,7 +575,7 @@ also passed through to the output file where the macro is expanded.
In addition to the side-effects of the @option{-C} option, the
@option{-CC} option causes all C++-style comments inside a macro
to be converted to C-style comments. This is to prevent later use
of that macro from inadvertently commenting out the remainer of
of that macro from inadvertently commenting out the remainder of
the source line.
The @option{-CC} option is generally used to support lint comments.
......
......@@ -423,7 +423,7 @@ as @code{NXConstantString}'s structure:
libraries may choose to inherit the customized constant string class
from a different class than @code{Object}. There is no requirement in
the methods the constant string class has to implement, but the final
ivar layour of the class must be the compatible with the given
ivar layout of the class must be the compatible with the given
structure.
When the compiler creates the statically allocated constant string
......
......@@ -441,7 +441,7 @@ appending @samp{.sched} to the input file name.
@cindex register allocation
@item
Register allocation. These passes make sure that all occurences of pseudo
Register allocation. These passes make sure that all occurrences of pseudo
registers are eliminated, either by allocating them to a hard register,
replacing them by an equivalent expression (e.g.@: a constant) or by placing
them on the stack. This is done in several subpasses:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment