Commit 0e0f03d7 authored by Colin Ian King's avatar Colin Ian King Committed by Namhyung Kim

perf report: Fix spelling mistake "heirachy" -> "hierarchy"

There is a spelling mistake in a ui error message. Fix it.
Signed-off-by: default avatarColin 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.comSigned-off-by: default avatarNamhyung Kim <namhyung@kernel.org>
parent 93c65d61
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment