aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/util/hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c
index 3c4d4d00cb2c..61bf304206fd 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,
2459 else if (!strcmp(arg, "absolute")) 2459 else if (!strcmp(arg, "absolute"))
2460 symbol_conf.filter_relative = false; 2460 symbol_conf.filter_relative = false;
2461 else { 2461 else {
2462 pr_debug("Invalud percentage: %s\n", arg); 2462 pr_debug("Invalid percentage: %s\n", arg);
2463 return -1; 2463 return -1;
2464 } 2464 }
2465 2465