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 <[email protected]> Reviewed-by: Ian Rogers <[email protected]> Signed-off-by: Andrew Kreimer <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Kan Liang <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 74298dd commit 4ae354d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)