* [PATCH] [trivial] perf: Fix typo in evsel.c
@ 2012-01-25 14:05 Masanari Iida
2012-01-25 21:47 ` Arnaldo Carvalho de Melo
2012-01-31 13:16 ` [tip:perf/core] perf evsel: Fix spelling typo tip-bot for Masanari Iida
0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2012-01-25 14:05 UTC (permalink / raw)
To: linux-kernel, a.p.zijlstra; +Cc: standby24x7, trivial
Correct spelling "unsuported" to "unsupported" in
tools/peft/util/evsel.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
tools/perf/util/evsel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/perf/util/evsel.c b/tools/perf/util/evsel.c
index 667f3b7..dcfefab 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;
}
--
1.7.6.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] [trivial] perf: Fix typo in evsel.c
2012-01-25 14:05 [PATCH] [trivial] perf: Fix typo in evsel.c Masanari Iida
@ 2012-01-25 21:47 ` Arnaldo Carvalho de Melo
2012-01-31 13:16 ` [tip:perf/core] perf evsel: Fix spelling typo tip-bot for Masanari Iida
1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2012-01-25 21:47 UTC (permalink / raw)
To: Masanari Iida; +Cc: linux-kernel, a.p.zijlstra, trivial
Em Wed, Jan 25, 2012 at 03:20:40PM +0100, Masanari Iida escreveu:
> Correct spelling "unsuported" to "unsupported" in
> tools/peft/util/evsel.c
Thanks, applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:perf/core] perf evsel: Fix spelling typo
2012-01-25 14:05 [PATCH] [trivial] perf: Fix typo in evsel.c Masanari Iida
2012-01-25 21:47 ` Arnaldo Carvalho de Melo
@ 2012-01-31 13:16 ` tip-bot for Masanari Iida
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Masanari Iida @ 2012-01-31 13:16 UTC (permalink / raw)
To: linux-tip-commits
Cc: acme, linux-kernel, hpa, mingo, a.p.zijlstra, tglx, standby24x7
Commit-ID: f9d36996564f91c517b75b02942015f7e09a6574
Gitweb: http://git.kernel.org/tip/f9d36996564f91c517b75b02942015f7e09a6574
Author: Masanari Iida <standby24x7@gmail.com>
AuthorDate: Wed, 25 Jan 2012 15:20:40 +0100
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Mon, 30 Jan 2012 17:25:30 -0200
perf evsel: Fix spelling typo
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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/perf/util/evsel.c b/tools/perf/util/evsel.c
index 667f3b7..dcfefab 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;
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-31 13:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25 14:05 [PATCH] [trivial] perf: Fix typo in evsel.c Masanari Iida
2012-01-25 21:47 ` Arnaldo Carvalho de Melo
2012-01-31 13:16 ` [tip:perf/core] perf evsel: Fix spelling typo tip-bot for Masanari Iida
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).