projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb3040
)
perf evsel: Fix spelling typo
author
Masanari Iida
<standby24x7@gmail.com>
Wed, 25 Jan 2012 14:20:40 +0000
(15:20 +0100)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Mon, 30 Jan 2012 19:25:30 +0000
(17:25 -0200)
Correct spelling "unsuported" to "unsupported" in
tools/peft/util/evsel.c
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: standby24x7@gmail.com
Cc: trivial@kernel.org
Link:
http://lkml.kernel.org/r/1327500312-9520-1-git-send-email-standby24x7@gmail.com
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evsel.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/perf/util/evsel.c
b/tools/perf/util/evsel.c
index 667f3b78bb2c2f44fd4a93cbd94a80850cdd0e51..dcfefab53e004496e8662f124dd5b7d2c16bffb6 100644
(file)
--- 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 unsup
p
orted for now\n");
return -1;
}