aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2006-04-05 13:41:01 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2006-04-05 13:41:01 +0000
commitc22b1771e2e57f032f576b2a9b64e5e45b79089a (patch)
treeec1f65fa99c39f61663ea4a200a4833d32be97e4 /gcc/gimplify.c
parent5de09539d33fea2099868f28895878256d39d41c (diff)
downloadgcc-c22b1771e2e57f032f576b2a9b64e5e45b79089a.zip
gcc-c22b1771e2e57f032f576b2a9b64e5e45b79089a.tar.gz
gcc-c22b1771e2e57f032f576b2a9b64e5e45b79089a.tar.bz2
Add missing word in comment.
From-SVN: r112702
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index 797877e..b9cd33f6 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -5703,7 +5703,7 @@ gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p,
/* Historically, the compiler has treated a bare
reference to a volatile lvalue as forcing a load. */
tree type = TYPE_MAIN_VARIANT (TREE_TYPE (*expr_p));
- /* Normally, we do want to create a temporary for a
+ /* Normally, we do not want to create a temporary for a
TREE_ADDRESSABLE type because such a type should not be
copied by bitwise-assignment. However, we make an
exception here, as all we are doing here is ensuring that