diff options
Diffstat (limited to 'gcc/ipa-profile.cc')
-rw-r--r-- | gcc/ipa-profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-profile.cc b/gcc/ipa-profile.cc index 4d0a8c9..e4c0ff5 100644 --- a/gcc/ipa-profile.cc +++ b/gcc/ipa-profile.cc @@ -625,7 +625,7 @@ ipa_propagate_frequency_1 (struct cgraph_node *node, void *data) return edge != NULL; } -/* Return ture if NODE contains hot calls. */ +/* Return true if NODE contains hot calls. */ bool contains_hot_call_p (struct cgraph_node *node) |