aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2023-10-27 09:40:11 +0100
committerNamhyung Kim <[email protected]>2023-10-27 19:25:13 -0700
commit0e0f03d7fc933ffe22c67feeec4b49bdd4cbfbd1 (patch)
treee322a577738387b2bcb3e3f3335d62abdf290232
parent93c65d61433bcec4070fc61b7c737c79fc25f09a (diff)
perf report: Fix spelling mistake "heirachy" -> "hierarchy"
There is a spelling mistake in a ui error message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Namhyung Kim <[email protected]>
-rw-r--r--tools/perf/builtin-report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index ca8f2331795c..9cb1da2dc0c0 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -705,7 +705,7 @@ static int report__collapse_hists(struct report *rep)
*/
if (perf_data__is_pipe(session->data)) {
if (perf_hpp__setup_hists_formats(&perf_hpp_list, evlist) < 0) {
- ui__error("Failed to setup hierachy output formats\n");
+ ui__error("Failed to setup hierarchy output formats\n");
return -1;
}
}