aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasanari Iida <[email protected]>2012-01-25 15:20:40 +0100
committerArnaldo Carvalho de Melo <[email protected]>2012-01-30 17:25:30 -0200
commitf9d36996564f91c517b75b02942015f7e09a6574 (patch)
treef04ded4de961d3ead98a41151ef91ae23e7b815f
parentefb3040d481a1594592b1defb4526c406c7a4751 (diff)
perf evsel: Fix spelling typo
Correct spelling "unsuported" to "unsupported" in tools/peft/util/evsel.c Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Masanari Iida <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r--tools/perf/util/evsel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/evsel.c b/tools/perf/util/evsel.c
index 667f3b78bb2c..dcfefab53e00 100644
--- a/tools/perf/util/evsel.c
+++ b/tools/perf/util/evsel.c
@@ -535,7 +535,7 @@ int perf_event__parse_sample(const union perf_event *event, u64 type,
}
if (type & PERF_SAMPLE_READ) {
- fprintf(stderr, "PERF_SAMPLE_READ is unsuported for now\n");
+ fprintf(stderr, "PERF_SAMPLE_READ is unsupported for now\n");
return -1;
}