From: Wu Fengguang Date: Fri, 20 Mar 2009 02:08:07 +0000 (+0800) Subject: perf_counter tools: fix comment for sym_weight() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ef45fa9e6c1694d3e8063f39749097a6e496b12c;p=linux-beck.git perf_counter tools: fix comment for sym_weight() Signed-off-by: Wu Fengguang Acked-by: Peter Zijlstra Cc: Paul Mackerras Signed-off-by: Ingo Molnar --- 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) {