[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100331113056.2c7df509.randy.dunlap@oracle.com>
Date: Wed, 31 Mar 2010 11:30:56 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Paul Mackerras <paulus@...ba.org>, Ingo Molnar <mingo@...e.hu>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [PATCH] perf bench: fix spello
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix spello in user message.
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
tools/perf/bench/sched-pipe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-2634-rc3.orig/tools/perf/bench/sched-pipe.c
+++ lnx-2634-rc3/tools/perf/bench/sched-pipe.c
@@ -93,7 +93,7 @@ int bench_sched_pipe(int argc, const cha
switch (bench_format) {
case BENCH_FORMAT_DEFAULT:
- printf("# Extecuted %d pipe operations between two tasks\n\n",
+ printf("# Executed %d pipe operations between two tasks\n\n",
loops);
result_usec = diff.tv_sec * 1000000;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists