perf report: Fix spelling mistake "heirachy" -> "hierarchy"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 27 Oct 2023 08:40:11 +0000 (09:40 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Sat, 28 Oct 2023 02:25:13 +0000 (19:25 -0700)
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>
tools/perf/builtin-report.c

index ca8f233..9cb1da2 100644 (file)
@@ -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;
                }
        }