Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1675631
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] perf jit: fix typo: "incalid" -> "invalid" |
| Date | 2017-06-27 14:50 +0200 |
| Message-ID | <tWY6m-xc-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to typo in mlx4_dbg warnx warning message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
tools/perf/jvmti/jvmti_agent.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/jvmti/jvmti_agent.c b/tools/perf/jvmti/jvmti_agent.c
index e9651a9d670e..cf36de7ea255 100644
--- a/tools/perf/jvmti/jvmti_agent.c
+++ b/tools/perf/jvmti/jvmti_agent.c
@@ -304,7 +304,7 @@ jvmti_close(void *agent)
FILE *fp = agent;
if (!fp) {
- warnx("jvmti: incalid fd in close_agent");
+ warnx("jvmti: invalid fd in close_agent");
return -1;
}
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] perf jit: fix typo: "incalid" -> "invalid" Colin King <colin.king@canonical.com> - 2017-06-27 14:50 +0200
Re: [PATCH] perf jit: fix typo: "incalid" -> "invalid" Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-06-27 17:00 +0200
Re: [PATCH] perf jit: fix typo: "incalid" -> "invalid" Colin Ian King <colin.king@canonical.com> - 2017-06-27 17:00 +0200
Re: [PATCH] perf jit: fix typo: "incalid" -> "invalid" Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-06-27 21:10 +0200
[tip:perf/core] perf jit: fix typo: "incalid" -> "invalid" tip-bot for Colin Ian King <tipbot@zytor.com> - 2017-07-01 11:00 +0200
csiph-web