Commit cd0f9e3f authored by Colin Ian King's avatar Colin Ian King Committed by Namhyung Kim

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: default avatarColin Ian King <colin.i.king@gmail.com>
Reviewed-by: default avatarIan Rogers <irogers@google.com>
Cc: kernel-janitors@vger.kernel.org
Link: https://lore.kernel.org/r/20230925055037.18089-1-colin.i.king@gmail.comSigned-off-by: default avatarNamhyung Kim <namhyung@kernel.org>
parent f9cdeb58
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment