All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address"
@ 2019-11-21  9:26 ` Colin King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin King @ 2019-11-21  9:26 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Masami Hiramatsu
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a pr_warning message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/perf/util/probe-finder.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/util/probe-finder.c b/tools/perf/util/probe-finder.c
index 38d6cd22779f..c470c49a804f 100644
--- a/tools/perf/util/probe-finder.c
+++ b/tools/perf/util/probe-finder.c
@@ -812,7 +812,7 @@ static int verify_representive_line(struct probe_finder *pf, const char *fname,
 	if (strcmp(fname, __fname) || lineno = __lineno)
 		return 0;
 
-	pr_warning("This line is sharing the addrees with other lines.\n");
+	pr_warning("This line is sharing the address with other lines.\n");
 
 	if (pf->pev->point.function) {
 		/* Find best match function name and lines */
-- 
2.24.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-11-23  8:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-21  9:26 [PATCH][next] perf probe: fix spelling mistake "addrees" -> "address" Colin King
2019-11-21  9:26 ` Colin King
2019-11-21 11:30 ` Masami Hiramatsu
2019-11-21 11:30   ` Masami Hiramatsu
2019-11-21 14:44   ` Arnaldo Carvalho de Melo
2019-11-21 14:44     ` Arnaldo Carvalho de Melo
2019-11-23  8:14 ` [tip: perf/core] perf probe: Fix " tip-bot2 for Colin Ian King
2019-11-23  8:14   ` tip-bot2 for Colin Ian King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.