diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-01-31 03:45:38 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-01-31 03:45:38 +0000 |
commit | 88512ba0b895155c90c768ec9f3fbd0f6c7ca06d (patch) | |
tree | dd7705242a6f3829eaaeda8c5fd84385708e0595 /gcc/tree-profile.c | |
parent | 65de695fa500860d057a377fd7da61059dced000 (diff) | |
download | gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.zip gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.tar.gz gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.tar.bz2 |
cgraphunit.c, [...]: Fix comment typos.
* 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.
From-SVN: r121374
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index b5088f0..b819665 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -64,7 +64,7 @@ static GTY(()) tree ptr_void; /* Add code: static gcov* __gcov_indirect_call_counters; // pointer to actual counter - static void* __gcov_indirect_call_callee; // actual callie addres + static void* __gcov_indirect_call_callee; // actual callee address */ static void tree_init_ic_make_global_vars (void) @@ -269,7 +269,7 @@ tree_gen_one_value_profiler (histogram_value value, unsigned tag, unsigned base) /* Output instructions as GIMPLE trees for code to find the most common called function in indirect call. - VALUE is the call expression whose indirect callie is profiled. + VALUE is the call expression whose indirect callee is profiled. TAG is the tag of the section for counters, BASE is offset of the counter position. */ @@ -308,7 +308,7 @@ tree_gen_ic_profiler (histogram_value value, unsigned tag, unsigned base) /* Output instructions as GIMPLE trees for code to find the most common called function in indirect call. Insert instructions at the - begining of every possible called function. + beginning of every possible called function. */ static void |