diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-31 03:45:38 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-31 03:45:38 +0000 |
commit | 0d42444097d8eae1770b26ae9dec36a78ce7a806 (patch) | |
tree | dd7705242a6f3829eaaeda8c5fd84385708e0595 /gcc/value-prof.c | |
parent | 019b84d1d5168ba85bbb03100a8d21c626b08d50 (diff) | |
download | gcc-0d42444097d8eae1770b26ae9dec36a78ce7a806.tar.gz |
* cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
ipa-inline.c, tree-profile.c, tree-ssa-live.c,
tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
value-prof.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 869e1693ac4..0d5f0411e1d 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -63,7 +63,7 @@ static struct value_prof_hooks *value_prof_hooks; 3) Indirect/virtual call specialization. If we can determine most common function callee in indirect/virtual call. We can use this - information to improve code effectivity (espetialy info for + information to improve code effectiveness (especially info for inliner). Every such optimization should add its requirements for profiled values to |