summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2016-02-24 18:02:25 (GMT)
committerJiri Kosina <jkosina@suse.cz>2016-04-18 10:45:53 (GMT)
commitbd1a0be5154788a052c6b851dbfa97bcd71f21d6 (patch)
treed812e0c973a060a77de747161adbc6c9c52f1f2d /tools/perf/util/evsel.c
parent014b38ec694ce3fd11cfedbdee75d1fdcb031839 (diff)
downloadlinux-bd1a0be5154788a052c6b851dbfa97bcd71f21d6.tar.xz
tools/perf: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/util/evsel.c')
-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 738ce22..846d633 100644
--- a/tools/perf/util/evsel.c
+++ b/tools/perf/util/evsel.c
@@ -826,7 +826,7 @@ void perf_evsel__config(struct perf_evsel *evsel, struct record_opts *opts)
perf_evsel__set_sample_bit(evsel, PERIOD);
/*
- * When the user explicitely disabled time don't force it here.
+ * When the user explicitly disabled time don't force it here.
*/
if (opts->sample_time &&
(!perf_missing_features.sample_id_all &&