projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7aa222
)
perf evlist: Fix typo in comment
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 3 Feb 2015 16:29:05 +0000
(13:29 -0300)
committer
Arnaldo 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
patch
|
blob
|
history
diff --git
a/tools/perf/util/evlist.c
b/tools/perf/util/evlist.c
index 28b8ce86bf120d9f635ab5bcc83032083ebfac0f..c602ebb5b9914bec29272fd84cece63ad3b69a32 100644
(file)
--- 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 actuall
in
running it,
+ * For cancelling the workload without actuall
y
running it,
* the parent will just close workload.cork_fd, without writing
* anything, i.e. read will return zero and we just exit()
* here.