diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-07-07 13:00:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-07-07 13:00:43 +0000 |
commit | 6ed3da0066019f8902326857ca7b9cfb5dafab89 (patch) | |
tree | 2df17d84a1e7c3d50ad947abc81829a2a46d4f60 /gcc/doc | |
parent | acde59b4419ee48716341483ad5576b9420ecc34 (diff) | |
download | gcc-6ed3da0066019f8902326857ca7b9cfb5dafab89.zip gcc-6ed3da0066019f8902326857ca7b9cfb5dafab89.tar.gz gcc-6ed3da0066019f8902326857ca7b9cfb5dafab89.tar.bz2 |
auto-inc-dec.c, [...]: Fix comment typos.
* auto-inc-dec.c, config/arm/arm.c,
config/m32r/constraints.md, config/mips/mips.md,
config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c,
df-problems.c, df-scan.c, df.h, dse.c, gimplify.c,
tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment
typos. Follow spelling conventions.
* doc/invoke.texi, doc/rtl.texi: Fix typos.
From-SVN: r126439
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 | ||||
-rw-r--r-- | gcc/doc/rtl.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 6c5ee50..4f4d7d1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10390,7 +10390,7 @@ or @code{remainder} built-in functions: see @ref{Other Builtins} for details. This option will enable GCC to use RCPSS and RSQRTSS instructions (and their vectorized variants RCPPS and RSQRTPS) instead of DIVSS and SQRTSS (and their vectorized variants). These instructions will be generated only when -@option{-funsafe-math-optimizatons} is enabled. +@option{-funsafe-math-optimizations} is enabled. @item -mpush-args @itemx -mno-push-args diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index fb38f7f..247a22e 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -3370,7 +3370,7 @@ A list (chain of @code{insn_list} expressions) giving information about dependencies between instructions within a basic block. Neither a jump nor a label may come between the related insns. These are only used by the schedulers and by combine. This is a deprecated data structure. -Def-use and use-def chains are now prefered. +Def-use and use-def chains are now preferred. @findex REG_NOTES @item REG_NOTES (@var{i}) |