diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-12-05 08:27:27 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-12-05 08:27:27 +0000 |
commit | 9fc4da9d86e6a74f6919492585022be370676bed (patch) | |
tree | e99d926aabc3d097b17af3ec037198ae6f5684b3 /gcc/config | |
parent | 20e9e7597fd6296a7cf0dee5950ad462fd90a424 (diff) | |
download | gcc-9fc4da9d86e6a74f6919492585022be370676bed.zip gcc-9fc4da9d86e6a74f6919492585022be370676bed.tar.gz gcc-9fc4da9d86e6a74f6919492585022be370676bed.tar.bz2 |
darwin.h, [...]: Fix comment typos.
* config/i386/darwin.h, config/spu/spu.c, tree-ssa-live.c,
tree-vect-generic.c, tree-vect-transform.c: Fix comment typos.
From-SVN: r119533
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/darwin.h | 2 | ||||
-rw-r--r-- | gcc/config/spu/spu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h index 50bb634..eef9fe8 100644 --- a/gcc/config/i386/darwin.h +++ b/gcc/config/i386/darwin.h @@ -188,7 +188,7 @@ extern void darwin_x86_file_end (void); } while (0) /* Darwin on x86_64 uses dwarf-2 by default. Pre-darwin9 32-bit - compiles defaut to stabs+. darwin9+ defaults to dwarf-2. */ + compiles default to stabs+. darwin9+ defaults to dwarf-2. */ #ifndef DARWIN_PREFER_DWARF #undef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE (TARGET_64BIT ? DWARF2_DEBUG : DBX_DEBUG) diff --git a/gcc/config/spu/spu.c b/gcc/config/spu/spu.c index d6c420a..07680b7 100644 --- a/gcc/config/spu/spu.c +++ b/gcc/config/spu/spu.c @@ -3707,7 +3707,7 @@ spu_rtx_costs (rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int *total) /* Folding to a CONST_VECTOR will use extra space but there might be only a small savings in cycles. We'd like to use a CONST_VECTOR - only if it allows us to fold away multiple insns. Changin the cost + only if it allows us to fold away multiple insns. Changing the cost of a CONST_VECTOR here (or in CONST_COSTS) doesn't help though because this cost will only be compared against a single insn. if (code == CONST_VECTOR) |