Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf utils: Fix spelling mistake: "Invalud" -> "Invalid"

Trivial fix to spelling mistake in pr_debug message.

Signed-off-by: Colin King <colin.king@canonical.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Krister Johansen <kjlx@templeofstupid.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/20170330095440.19444-1-colin.king@canonical.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Colin Ian King and committed by
Arnaldo Carvalho de Melo
a596a877 fd2b2975

+1 -1
+1 -1
tools/perf/util/hist.c
··· 2459 2459 else if (!strcmp(arg, "absolute")) 2460 2460 symbol_conf.filter_relative = false; 2461 2461 else { 2462 - pr_debug("Invalud percentage: %s\n", arg); 2462 + pr_debug("Invalid percentage: %s\n", arg); 2463 2463 return -1; 2464 2464 } 2465 2465