aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorWu Fengguang <fengguang.wu@intel.com>2009-03-19 22:08:07 -0400
committerIngo Molnar <mingo@elte.hu>2009-04-06 03:30:22 -0400
commitef45fa9e6c1694d3e8063f39749097a6e496b12c (patch)
treed9eae12434e41a267b8be318723ab6c1b97119d1 /Documentation
parentf7524bda8be8be98db356d6a83ac1da451ecdb2e (diff)
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/perf_counter/kerneltop.c2
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];
473static void show_details(struct sym_entry *sym); 473static void show_details(struct sym_entry *sym);
474 474
475/* 475/*
476 * Ordering weight: count-1 * count-1 * ... / count-n 476 * Ordering weight: count-1 * count-2 * ... / count-n
477 */ 477 */
478static double sym_weight(const struct sym_entry *sym) 478static double sym_weight(const struct sym_entry *sym)
479{ 479{