aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ter.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-12-22 12:50:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-12-22 12:50:00 +0000
commit24fc18b98c30f23c5de5bce0fb6b90f5929fe453 (patch)
tree4d03c35b281238a81a9b5f529560144cbba2ace8 /gcc/tree-ssa-ter.c
parent14c52eca78419041bf18330f5f6e1dbca4ec8b2f (diff)
downloadgcc-24fc18b98c30f23c5de5bce0fb6b90f5929fe453.zip
gcc-24fc18b98c30f23c5de5bce0fb6b90f5929fe453.tar.gz
gcc-24fc18b98c30f23c5de5bce0fb6b90f5929fe453.tar.bz2
elfos.h, [...]: Fix comment typos.
* config/elfos.h, config/spu/spu.c, tree-ssa-operands.h, tree-ssa-ter.c: Fix comment typos. From-SVN: r120149
Diffstat (limited to 'gcc/tree-ssa-ter.c')
-rw-r--r--gcc/tree-ssa-ter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-ter.c b/gcc/tree-ssa-ter.c
index d549ed4..ca67f91 100644
--- a/gcc/tree-ssa-ter.c
+++ b/gcc/tree-ssa-ter.c
@@ -402,7 +402,7 @@ is_replaceable_p (tree stmt)
return false;
}
- /* Leave any stmt with voltile operands alone as well. */
+ /* Leave any stmt with volatile operands alone as well. */
if (stmt_ann (stmt)->has_volatile_ops)
return false;