projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eed05fe
)
perf bench: fix spello
author
Randy Dunlap
<randy.dunlap@oracle.com>
Wed, 31 Mar 2010 18:30:56 +0000
(11:30 -0700)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Thu, 8 Apr 2010 14:34:26 +0000
(11:34 -0300)
Fix spello in user message.
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>,
Cc: Paul Mackerra <paulus@samba.org>s
LKML-Reference: <
20100331113056
.
2c7df509
.randy.dunlap@oracle.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
tools/perf/bench/sched-pipe.c
patch
|
blob
|
history
diff --git
a/tools/perf/bench/sched-pipe.c
b/tools/perf/bench/sched-pipe.c
index
4f77c7c
..
d9ab3ce
100644
(file)
--- a/
tools/perf/bench/sched-pipe.c
+++ b/
tools/perf/bench/sched-pipe.c
@@
-93,7
+93,7
@@
int bench_sched_pipe(int argc, const char **argv,
switch (bench_format) {
case BENCH_FORMAT_DEFAULT:
- printf("# Ex
t
ecuted %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;