diff options
author | 2009-03-20 10:08:07 +0800 | |
---|---|---|
committer | 2009-04-06 09:30:22 +0200 | |
commit | ef45fa9e6c1694d3e8063f39749097a6e496b12c (patch) | |
tree | d9eae12434e41a267b8be318723ab6c1b97119d1 | |
parent | perf_counter tools: move remaining code into kerneltop.c (diff) | |
download | linux-dev-ef45fa9e6c1694d3e8063f39749097a6e496b12c.tar.xz linux-dev-ef45fa9e6c1694d3e8063f39749097a6e496b12c.zip |
perf_counter tools: fix comment for sym_weight()
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | Documentation/perf_counter/kerneltop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/kerneltop.c b/Documentation/perf_counter/kerneltop.c index 9db65a4f1042..7bf2a516f18b 100644 --- a/Documentation/perf_counter/kerneltop.c +++ b/Documentation/perf_counter/kerneltop.c @@ -473,7 +473,7 @@ static struct sym_entry sym_table[MAX_SYMS]; static void show_details(struct sym_entry *sym); /* - * Ordering weight: count-1 * count-1 * ... / count-n + * Ordering weight: count-1 * count-2 * ... / count-n */ static double sym_weight(const struct sym_entry *sym) { |