]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
perf evlist: Fix typo in comment
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 3 Feb 2015 16:29:05 +0000 (13:29 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 7 Feb 2015 12:08:03 +0000 (13:08 +0100)
Link: http://lkml.kernel.org/n/tip-qzg2qrdgta6dmcrxqdeexthu@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c

index 28b8ce86bf120d9f635ab5bcc83032083ebfac0f..c602ebb5b9914bec29272fd84cece63ad3b69a32 100644 (file)
@@ -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.