summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-16 18:45:55 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-16 18:45:55 +0000
commit50538d5777027b96112ced6b91de80d0001552e2 (patch)
treee47f7cf94930eb199859538a6126caa43d5e64de /gcc/tree-ssa-pre.c
parent5bc9de3234f7ccb6d0ecbb72f855c6ba42879171 (diff)
downloadgcc-50538d5777027b96112ced6b91de80d0001552e2.tar.gz
* tree-ssa-pre.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99787 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-pre.c')
-rw-r--r--gcc/tree-ssa-pre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c
index 859bf096210..183b2cd9cfe 100644
--- a/gcc/tree-ssa-pre.c
+++ b/gcc/tree-ssa-pre.c
@@ -2022,7 +2022,7 @@ create_value_expr_from (tree expr, basic_block block, tree stmt)
/* This case is only for TREE_LIST's that appear as part of
CALL_EXPR's. Anything else is a bug, but we can't easily verify
- this, hence tihs comment. TREE_LIST is not handled by the
+ this, hence this comment. TREE_LIST is not handled by the
general case below is because they don't have a fixed length, or
operands, so you can't access purpose/value/chain through
TREE_OPERAND macros. */