Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1560582
| From | Soramichi AKIYAMA <akiyama@m.soramichi.jp> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] perf session: Fix typo in perf_evlist__deliver_sample() |
| Date | 2017-01-17 14:30 +0100 |
| Message-ID | <t0BZM-7Ce-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch fixes a typo: s/delievery/delivery/ Signed-off-by: Soramichi Akiyama <akiyama@m.soramichi.jp> --- tools/perf/util/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index f268201..349c681 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c @@ -1191,7 +1191,7 @@ static int u64 sample_type = evsel->attr.sample_type; u64 read_format = evsel->attr.read_format; - /* Standard sample delievery. */ + /* Standard sample delivery. */ if (!(sample_type & PERF_SAMPLE_READ)) return tool->sample(tool, event, sample, evsel, machine); -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] perf session: Fix typo in perf_evlist__deliver_sample() Soramichi AKIYAMA <akiyama@m.soramichi.jp> - 2017-01-17 14:30 +0100 [tip:perf/core] perf evlist: Fix typo in deliver_sample() tip-bot for Soramichi AKIYAMA <tipbot@zytor.com> - 2017-01-18 10:30 +0100
csiph-web