Skip to content

Commit 0e0f03d

Browse files
ColinIanKingnamhyung
authored andcommitted
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 <colin.i.king@gmail.com> Cc: kernel-janitors@vger.kernel.org Link: https://lore.kernel.org/r/20231027084011.1167091-1-colin.i.king@gmail.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
1 parent 93c65d6 commit 0e0f03d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/perf/builtin-report.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ static int report__collapse_hists(struct report *rep)
705705
*/
706706
if (perf_data__is_pipe(session->data)) {
707707
if (perf_hpp__setup_hists_formats(&perf_hpp_list, evlist) < 0) {
708-
ui__error("Failed to setup hierachy output formats\n");
708+
ui__error("Failed to setup hierarchy output formats\n");
709709
return -1;
710710
}
711711
}

0 commit comments

Comments
 (0)