Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0e9c4fc authored by Randy Dunlap's avatar Randy Dunlap Committed by Arnaldo Carvalho de Melo
Browse files

perf bench: fix spello



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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
parent eed05fe7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -93,7 +93,7 @@ int bench_sched_pipe(int argc, const char **argv,


	switch (bench_format) {
	switch (bench_format) {
	case BENCH_FORMAT_DEFAULT:
	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);
			loops);


		result_usec = diff.tv_sec * 1000000;
		result_usec = diff.tv_sec * 1000000;