* doc/cppopts.texi: Fix typo.
authorreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Jan 2003 10:30:11 +0000 (10:30 +0000)
committerreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Jan 2003 10:30:11 +0000 (10:30 +0000)
* doc/objc.texi: Likewise.
* doc/passes.texi: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61878 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/cppopts.texi
gcc/doc/objc.texi
gcc/doc/passes.texi

index 78a6a24..a024087 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 95311a8..c830710 100644 (file)
@@ -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.
index 3b65255..c25fdb1 100644 (file)
@@ -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
index 16627dd..9da55d4 100644 (file)
@@ -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: