Skip to content

Commit 358f98e

Browse files
Colin Ian Kingacmel
authored andcommitted
perf probe: Fix spelling mistake "addrees" -> "address"
There is a spelling mistake in a pr_warning message. Fix it. Signed-off-by: Colin King <[email protected]> Acked-by: Masami Hiramatsu <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 10992af commit 358f98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/util/probe-finder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ static int verify_representive_line(struct probe_finder *pf, const char *fname,
812812
if (strcmp(fname, __fname) || lineno == __lineno)
813813
return 0;
814814

815-
pr_warning("This line is sharing the addrees with other lines.\n");
815+
pr_warning("This line is sharing the address with other lines.\n");
816816

817817
if (pf->pev->point.function) {
818818
/* Find best match function name and lines */

0 commit comments

Comments
 (0)