Browse Source

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>
Arnaldo Carvalho de Melo 10 năm trước cách đây
mục cha
commit
20f86fc1fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/perf/util/evlist.c

+ 1 - 1
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
 		 * writing exactly one byte, in workload.cork_fd, usually via
 		 * perf_evlist__start_workload().
 		 * 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
 		 * the parent will just close workload.cork_fd, without writing
 		 * anything, i.e. read will return zero and we just exit()
 		 * anything, i.e. read will return zero and we just exit()
 		 * here.
 		 * here.