aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/evlist.c
diff options
context:
space:
mode:
authorGravatar Arnaldo Carvalho de Melo <acme@redhat.com> 2015-02-03 13:29:05 -0300
committerGravatar Arnaldo Carvalho de Melo <acme@redhat.com> 2015-02-07 13:08:03 +0100
commit20f86fc1fde14c6d913ebf5f569ee85e058a7dbd (patch)
treeaedcff6dd92e0b138ea583d252866d93f0036f06 /tools/perf/util/evlist.c
parentperf trace: No need to enable evsels for workload started from perf (diff)
downloadlinux-20f86fc1fde14c6d913ebf5f569ee85e058a7dbd.tar.gz
linux-20f86fc1fde14c6d913ebf5f569ee85e058a7dbd.tar.bz2
linux-20f86fc1fde14c6d913ebf5f569ee85e058a7dbd.zip
perf evlist: Fix typo in comment
Link: http://lkml.kernel.org/n/tip-qzg2qrdgta6dmcrxqdeexthu@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/evlist.c')
-rw-r--r--tools/perf/util/evlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/evlist.c b/tools/perf/util/evlist.c
index 28b8ce86bf12..c602ebb5b991 100644
--- a/tools/perf/util/evlist.c
+++ b/tools/perf/util/evlist.c
@@ -1329,7 +1329,7 @@ int perf_evlist__prepare_workload(struct perf_evlist *evlist, struct target *tar
* writing exactly one byte, in workload.cork_fd, usually via
* perf_evlist__start_workload().
*
- * For cancelling the workload without actuallin running it,
+ * For cancelling the workload without actually running it,
* the parent will just close workload.cork_fd, without writing
* anything, i.e. read will return zero and we just exit()
* here.