diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-05-23 12:08:38 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-05-28 16:24:03 +0300 |
commit | ffcbaa1490ab0efcb7bff684f9abd04b91e34221 (patch) | |
tree | 98e95131554f327ae3f4854d8d9b392856084823 | |
parent | 4d23322a0b8d0f40819dc02ea15a732a78b0a1c0 (diff) | |
download | linux-stable-ffcbaa1490ab0efcb7bff684f9abd04b91e34221.tar.gz linux-stable-ffcbaa1490ab0efcb7bff684f9abd04b91e34221.tar.bz2 linux-stable-ffcbaa1490ab0efcb7bff684f9abd04b91e34221.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>
-rw-r--r-- | tools/perf/tests/builtin-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c index 0918ada4cc41..35b45f1466b5 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, }, { |