diff options
author | Soramichi AKIYAMA <akiyama@m.soramichi.jp> | 2017-01-17 22:22:33 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-01-17 11:36:45 -0300 |
commit | d94386f28abad0c5879f0760712e34e71f88a7da (patch) | |
tree | d042a94389809137f8957fc6e47fb1b491c85e3c /tools/perf/util/session.c | |
parent | d25ed5d9fad98fd36ffca0bb5c3a0761a11e3f3c (diff) | |
download | linux-d94386f28abad0c5879f0760712e34e71f88a7da.tar.bz2 |
perf evlist: Fix typo in deliver_sample()
This patch fixes a typo: s/delievery/delivery/
Signed-off-by: Soramichi Akiyama <akiyama@m.soramichi.jp>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20170117222233.dfd92de0ad701e7c53396950@m.soramichi.jp
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/session.c')
-rw-r--r-- | tools/perf/util/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index f268201048a0..349c68144e55 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); |