[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-a596a877fde0b34e622dbf123f361dacd086cd6e@git.kernel.org>
Date: Sun, 2 Apr 2017 12:14:12 -0700
From: tip-bot for Colin Ian King <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: mingo@...nel.org, linux-kernel@...r.kernel.org,
namhyung@...nel.org, jolsa@...nel.org, hpa@...or.com,
peterz@...radead.org, kjlx@...pleofstupid.com, tglx@...utronix.de,
colin.king@...onical.com, alexander.shishkin@...ux.intel.com,
acme@...hat.com
Subject: [tip:perf/core] perf utils: Fix spelling mistake: "Invalud" ->
"Invalid"
Commit-ID: a596a877fde0b34e622dbf123f361dacd086cd6e
Gitweb: http://git.kernel.org/tip/a596a877fde0b34e622dbf123f361dacd086cd6e
Author: Colin Ian King <colin.king@...onical.com>
AuthorDate: Thu, 30 Mar 2017 10:54:40 +0100
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Thu, 30 Mar 2017 11:09:42 -0300
perf utils: Fix spelling mistake: "Invalud" -> "Invalid"
Trivial fix to spelling mistake in pr_debug message.
Signed-off-by: Colin King <colin.king@...onical.com>
Cc: Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Krister Johansen <kjlx@...pleofstupid.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: kernel-janitors@...r.kernel.org
Link: http://lkml.kernel.org/r/20170330095440.19444-1-colin.king@canonical.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/hist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c
index 3c4d4d0..61bf304 100644
--- a/tools/perf/util/hist.c
+++ b/tools/perf/util/hist.c
@@ -2459,7 +2459,7 @@ int parse_filter_percentage(const struct option *opt __maybe_unused,
else if (!strcmp(arg, "absolute"))
symbol_conf.filter_relative = false;
else {
- pr_debug("Invalud percentage: %s\n", arg);
+ pr_debug("Invalid percentage: %s\n", arg);
return -1;
}
Powered by blists - more mailing lists