[PATCH] perf bench: fix spello

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Randy Dunlap
Date: Wednesday, March 31, 2010 - 11:30 am

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix spello in user message.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.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;
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] perf bench: fix spello, Randy Dunlap, (Wed Mar 31, 11:30 am)
Re: [PATCH] perf bench: fix spello, Arnaldo Carvalho de Melo, (Wed Mar 31, 11:55 am)
[tip:perf/core] perf bench: fix spello, tip-bot for Randy Dunlap, (Tue Apr 13, 3:43 am)