aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-04-15 21:45:06 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-04-15 21:45:06 +0000
commit75c40d56f7c0f3fcc5c630694c14d74011d2c1a3 (patch)
tree51c527408becab45ec9307f29e5ba320f3bc0a8b /gcc/expr.c
parent8370f6fa3cae71c3ec88804cfac7ce130b8bd871 (diff)
downloadgcc-75c40d56f7c0f3fcc5c630694c14d74011d2c1a3.zip
gcc-75c40d56f7c0f3fcc5c630694c14d74011d2c1a3.tar.gz
gcc-75c40d56f7c0f3fcc5c630694c14d74011d2c1a3.tar.bz2
cfgcleanup.c, [...]: Fix comment typos.
* cfgcleanup.c, config/dfp-bit.c, expr.c, fold-const.c, jump.c, mips-tfile.c, omp-low.c, sched-int.h, tree-ssa-loop-prefetch.c, tree-vrp.c: Fix comment typos. From-SVN: r112971
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 48e23a9..8d2839f 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -7717,7 +7717,7 @@ expand_expr_real_1 (tree exp, rtx target, enum machine_mode tmode,
else if (!MEM_P (op0))
{
/* If the operand is not a MEM, force it into memory. Since we
- are going to be be changing the mode of the MEM, don't call
+ are going to be changing the mode of the MEM, don't call
force_const_mem for constants because we don't allow pool
constants to change mode. */
tree inner_type = TREE_TYPE (TREE_OPERAND (exp, 0));