From: Arnaldo Carvalho de Melo Date: Thu, 23 May 2013 10:08:38 +0000 (+0200) Subject: perf test: Fix typo X-Git-Tag: v3.11-rc1~144^2~26^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffcbaa1490ab0efcb7bff684f9abd04b91e34221;p=platform%2Fupstream%2Fkernel-adaptation-pc.git perf test: Fix typo Its 'multiple', not 'mutliple', noticed while preparing a talk for Linuxtag'13. Cc: David Ahern Cc: Frederic Weisbecker Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-dzy9nl1ku7a5umddvdic4ibl@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c index 0918ada..35b45f1466 100644 --- a/tools/perf/tests/builtin-test.c +++ b/tools/perf/tests/builtin-test.c @@ -70,7 +70,7 @@ static struct test { .func = test__attr, }, { - .desc = "Test matching and linking mutliple hists", + .desc = "Test matching and linking multiple hists", .func = test__hists_link, }, {