Skip to content

Commit

Permalink
perf bench: fix spello
Browse files Browse the repository at this point in the history
Fix spello in user message.

Cc: Peter Zijlstra <[email protected]>,
Cc: Paul Mackerra <[email protected]>s
LKML-Reference: <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
  • Loading branch information
rddunlap authored and acmel committed Apr 8, 2010
1 parent eed05fe commit f0e9c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/bench/sched-pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ int bench_sched_pipe(int argc, const char **argv,

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;
Expand Down

0 comments on commit f0e9c4f

Please sign in to comment.