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/tree-profile.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/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 b5088f07d32..b8196658385 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 |