diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2003-01-27 10:30:11 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2003-01-27 10:30:11 +0000 |
commit | 9a376494fbb0cdc7d2efd8fdc9deaf85541c2e29 (patch) | |
tree | e3b4732d4eabe40db592e10460d4587ded1d9680 /gcc | |
parent | f004e5f376bd037ad11934b23c765bbfd428b242 (diff) | |
download | gcc-9a376494fbb0cdc7d2efd8fdc9deaf85541c2e29.zip gcc-9a376494fbb0cdc7d2efd8fdc9deaf85541c2e29.tar.gz gcc-9a376494fbb0cdc7d2efd8fdc9deaf85541c2e29.tar.bz2 |
cppopts.texi: Fix typo.
* doc/cppopts.texi: Fix typo.
* doc/objc.texi: Likewise.
* doc/passes.texi: Likewise.
From-SVN: r61878
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/cppopts.texi | 2 | ||||
-rw-r--r-- | gcc/doc/objc.texi | 2 | ||||
-rw-r--r-- | gcc/doc/passes.texi | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 78a6a24..a024087 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 95311a8..c830710 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -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. diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi index 3b65255..c25fdb1 100644 --- a/gcc/doc/objc.texi +++ b/gcc/doc/objc.texi @@ -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 diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 16627dd..9da55d4 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -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: |