summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2013-05-23 12:08:38 +0200
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:34:24 +0900
commit7934d7376b9b237433515070a1c5ce6b0ce044ee (patch)
tree81e3dd9d22290513bbdbc89eb0f9f84736eb74f2 /tools
parenta173a54a0c9b5d43b0b213634f7164eee16cd93f (diff)
downloadlinux-3.10-7934d7376b9b237433515070a1c5ce6b0ce044ee.tar.gz
linux-3.10-7934d7376b9b237433515070a1c5ce6b0ce044ee.tar.bz2
linux-3.10-7934d7376b9b237433515070a1c5ce6b0ce044ee.zip
perf test: Fix typo
Its 'multiple', not 'mutliple', noticed while preparing a talk for Linuxtag'13. Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/n/tip-dzy9nl1ku7a5umddvdic4ibl@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/tests/builtin-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c
index 0918ada4cc4..35b45f1466b 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,
},
{