|
@@ -2459,7 +2459,7 @@ int parse_filter_percentage(const struct option *opt __maybe_unused,
|
|
else if (!strcmp(arg, "absolute"))
|
|
else if (!strcmp(arg, "absolute"))
|
|
symbol_conf.filter_relative = false;
|
|
symbol_conf.filter_relative = false;
|
|
else {
|
|
else {
|
|
- pr_debug("Invalud percentage: %s\n", arg);
|
|
|
|
|
|
+ pr_debug("Invalid percentage: %s\n", arg);
|
|
return -1;
|
|
return -1;
|
|
}
|
|
}
|
|
|
|
|