summaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.h
diff options
context:
space:
mode:
authorFelix Yang <felix.yang@huawei.com>2014-11-13 16:04:30 +0000
committerFei Yang <fyang@gcc.gnu.org>2014-11-13 16:04:30 +0000
commit1c5fd343ded2f26d6bf1e6459d6d7b80cb8564e6 (patch)
tree58f0786912197642f74ea73465708a52ca33d0cd /gcc/ipa-utils.h
parent37e10165c13e9860dabbf6eaf85481debec459e9 (diff)
downloadgcc-1c5fd343ded2f26d6bf1e6459d6d7b80cb8564e6.tar.gz
ipa-utils.h: Fix typo in comments.
* ipa-utils.h: Fix typo in comments. * ipa-profile.c: Likewise. * tree-ssa-loop-ivcanon.c: Fix typo in comments and debugging dump. From-SVN: r217507
Diffstat (limited to 'gcc/ipa-utils.h')
-rw-r--r--gcc/ipa-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h
index b3701af7c24..e285722b190 100644
--- a/gcc/ipa-utils.h
+++ b/gcc/ipa-utils.h
@@ -85,7 +85,7 @@ cgraph_node *try_speculative_devirtualization (tree, HOST_WIDE_INT,
ipa_polymorphic_call_context);
/* Return vector containing possible targets of polymorphic call E.
- If COMPLETEP is non-NULL, store true if the list is complette.
+ If COMPLETEP is non-NULL, store true if the list is complete.
CACHE_TOKEN (if non-NULL) will get stored to an unique ID of entry
in the target cache. If user needs to visit every target list
just once, it can memoize them.