summaryrefslogtreecommitdiff
path: root/gcc/ipa-comdats.c
diff options
context:
space:
mode:
authorLuo Xiong Hu <luoxhu@linux.ibm.com>2019-11-15 08:17:31 +0000
committerXiong Hu Luo <luoxhu@gcc.gnu.org>2019-11-15 08:17:31 +0000
commit53dd3bccac6f7f5d4a57875ca5ee2acfe2b2056f (patch)
treed9f9225b942bf119a926d4999a6429f80d8a87d6 /gcc/ipa-comdats.c
parent2aae99f7a4ff1adb7b7b557eb98eccce83a437dc (diff)
Fix comments typo
gcc/ChangeLog: 2019-11-15 Luo Xiong Hu <luoxhu@linux.ibm.com> * ipa-comdats.c: Fix comments typo. * ipa-profile.c: Fix comments typo. * tree-profile.c (gimple_gen_ic_profiler): Use the new variable __gcov_indirect_call.counters and __gcov_indirect_call.callee. (gimple_gen_ic_func_profiler): Likewise. (pass_ipa_tree_profile::gate): Fix comments typo. From-SVN: r278278
Diffstat (limited to 'gcc/ipa-comdats.c')
-rw-r--r--gcc/ipa-comdats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-comdats.c b/gcc/ipa-comdats.c
index b496497ff66..0672d6d6575 100644
--- a/gcc/ipa-comdats.c
+++ b/gcc/ipa-comdats.c
@@ -18,7 +18,7 @@ along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
/* This is very simple pass that looks for static symbols that are used
- exlusively by symbol within one comdat group. In this case it makes
+ exclusively by symbol within one comdat group. In this case it makes
sense to bring the symbol itself into the group to avoid dead code
that would arrise when the comdat group from current unit is replaced
by a different copy. Consider for example: