diff options
| -rw-r--r-- | tools/perf/bench/sched-pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/bench/sched-pipe.c b/tools/perf/bench/sched-pipe.c index 4f77c7c27640..d9ab3ce446ac 100644 --- 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, | |||
| 93 | 93 | ||
| 94 | switch (bench_format) { | 94 | switch (bench_format) { |
| 95 | case BENCH_FORMAT_DEFAULT: | 95 | case BENCH_FORMAT_DEFAULT: |
| 96 | printf("# Extecuted %d pipe operations between two tasks\n\n", | 96 | printf("# Executed %d pipe operations between two tasks\n\n", |
| 97 | loops); | 97 | loops); |
| 98 | 98 | ||
| 99 | result_usec = diff.tv_sec * 1000000; | 99 | result_usec = diff.tv_sec * 1000000; |
