diff options
-rw-r--r-- | tools/perf/util/evlist.c | 2 |
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 | |||
1329 | * writing exactly one byte, in workload.cork_fd, usually via | 1329 | * writing exactly one byte, in workload.cork_fd, usually via |
1330 | * perf_evlist__start_workload(). | 1330 | * perf_evlist__start_workload(). |
1331 | * | 1331 | * |
1332 | * For cancelling the workload without actuallin running it, | 1332 | * For cancelling the workload without actually running it, |
1333 | * the parent will just close workload.cork_fd, without writing | 1333 | * the parent will just close workload.cork_fd, without writing |
1334 | * anything, i.e. read will return zero and we just exit() | 1334 | * anything, i.e. read will return zero and we just exit() |
1335 | * here. | 1335 | * here. |