Skip to content

Commit 79df836

Browse files
ColinIanKingnamhyung
authored andcommitted
perf kwork: Fix spelling mistake "COMMMAND" -> "COMMAND"
There is a spelling mistake in a literal string. Fix it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Ian Rogers <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Namhyung Kim <[email protected]>
1 parent 486021e commit 79df836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/builtin-kwork.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ static void top_print_header(struct perf_kwork *kwork __maybe_unused)
16291629

16301630
PRINT_CPU_USAGE_WIDTH, "%CPU",
16311631
PRINT_RUNTIME_HEADER_WIDTH + RPINT_DECIMAL_WIDTH, "RUNTIME",
1632-
PRINT_TASK_NAME_WIDTH, "COMMMAND");
1632+
PRINT_TASK_NAME_WIDTH, "COMMAND");
16331633
printf("\n ");
16341634
print_separator(ret);
16351635
}

0 commit comments

Comments
 (0)