Skip to content

Commit 4ae354d

Browse files
algonellacmel
authored andcommitted
perf help: Fix a typo ("bellow")
Fix a typo in comments. Reported-by: Matthew Wilcox <willy@infradead.org> Reviewed-by: Ian Rogers <irogers@google.com> Signed-off-by: Andrew Kreimer <algonell@gmail.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: kernel-janitors@vger.kernel.org Link: https://lore.kernel.org/r/20240907131006.18510-1-algonell@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 74298dd commit 4ae354d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/perf/builtin-help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ static void open_html(const char *path)
417417
static int show_html_page(const char *perf_cmd)
418418
{
419419
const char *page = cmd_to_page(perf_cmd);
420-
char *page_path; /* it leaks but we exec bellow */
420+
char *page_path; /* it leaks but we exec below */
421421

422422
if (get_html_page_path(&page_path, page) < 0)
423423
return -1;

0 commit comments

Comments
 (0)