Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1555181
| From | Soramichi AKIYAMA <akiyama@m.soramichi.jp> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] [Performance Events] Fix typo in tools/perf/evlist.c |
| Date | 2017-01-10 12:50 +0100 |
| Message-ID | <sY369-N3-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch fixes a typo: s/enable to/unable to/
Signed-off-by: Soramichi Akiyama <akiyama@m.soramichi.jp>
---
tools/perf/util/evlist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/util/evlist.c b/tools/perf/util/evlist.c
index d92e020..23e6f33 100644
--- a/tools/perf/util/evlist.c
+++ b/tools/perf/util/evlist.c
@@ -1797,7 +1797,7 @@ int perf_evlist__start_workload(struct perf_evlist *evlist)
*/
ret = write(evlist->workload.cork_fd, &bf, 1);
if (ret < 0)
- perror("enable to write to pipe");
+ perror("unable to write to pipe");
close(evlist->workload.cork_fd);
return ret;
--
2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] [Performance Events] Fix typo in tools/perf/evlist.c Soramichi AKIYAMA <akiyama@m.soramichi.jp> - 2017-01-10 12:50 +0100 Re: [PATCH] [Performance Events] Fix typo in tools/perf/evlist.c Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-01-10 15:50 +0100 [tip:perf/core] perf evlist: Fix typo in perf_evlist__start_workload() tip-bot for Soramichi Akiyama <tipbot@zytor.com> - 2017-01-12 09:40 +0100
csiph-web