perf kwork: Fix spelling mistake "Captuer" -> "Capture"
authorColin Ian King <colin.i.king@gmail.com>
Mon, 25 Sep 2023 05:50:37 +0000 (06:50 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 27 Sep 2023 04:47:11 +0000 (21:47 -0700)
There is a spelling mistake in a pr_debug message. Fix it.
(I didn't see this one in the first spell check scan I ran).

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Cc: kernel-janitors@vger.kernel.org
Link: https://lore.kernel.org/r/20230925055037.18089-1-colin.i.king@gmail.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/builtin-kwork.c

index 7e8dd35d764bbffce8225c978a8d579a026b316f..f007a9b27065f8708934849633a77fe7a19f1c4d 100644 (file)
@@ -1866,7 +1866,7 @@ static void sig_handler(int sig)
         * Simply capture termination signal so that
         * the program can continue after pause returns
         */
-       pr_debug("Captuer signal %d\n", sig);
+       pr_debug("Capture signal %d\n", sig);
 }
 
 static int perf_kwork__report_bpf(struct perf_kwork *kwork)