diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-01-31 03:45:38 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-01-31 03:45:38 +0000 |
commit | 88512ba0b895155c90c768ec9f3fbd0f6c7ca06d (patch) | |
tree | dd7705242a6f3829eaaeda8c5fd84385708e0595 /gcc/config | |
parent | 65de695fa500860d057a377fd7da61059dced000 (diff) | |
download | gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.zip gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.tar.gz gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.tar.bz2 |
cgraphunit.c, [...]: Fix comment typos.
* cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
ipa-inline.c, tree-profile.c, tree-ssa-live.c,
tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
value-prof.c: Fix comment typos.
From-SVN: r121374
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/arm/arm.c | 2 | ||||
-rw-r--r-- | gcc/config/m68k/m68k.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 20b8fd7..c342f2f 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -7710,7 +7710,7 @@ get_jump_table_size (rtx insn) switch (modesize) { case 1: - /* Round up size of TBB table to a haflword boundary. */ + /* Round up size of TBB table to a halfword boundary. */ size = (size + 1) & ~(HOST_WIDE_INT)1; break; case 2: diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 78aae6d..edf1dc6 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -1957,7 +1957,7 @@ m68k_rtx_costs (rtx x, int code, int outer_code, int *total) } } -/* Return an instruction to move CONST_INT OPERANDS[1] into data regsiter +/* Return an instruction to move CONST_INT OPERANDS[1] into data register OPERANDS[0]. */ static const char * @@ -2838,7 +2838,7 @@ notice_update_cc (rtx exp, rtx insn) codes. Normal moves _do_ set the condition codes, but not in a way that is appropriate for comparison with 0, because -0.0 would be treated as a negative nonzero number. Note that it - isn't appropriate to conditionalize this restiction on + isn't appropriate to conditionalize this restriction on HONOR_SIGNED_ZEROS because that macro merely indicates whether we care about the difference between -0.0 and +0.0. */ else if (!FP_REG_P (SET_DEST (exp)) |