perf kwork: Fix spelling mistake "Captuer" -> "Capture"

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>
This commit is contained in:
Colin Ian King 2023-09-25 06:50:37 +01:00 committed by Namhyung Kim
parent f9cdeb58a9
commit cd0f9e3f7e
1 changed files with 1 additions and 1 deletions

View 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)