[next] perf kwork: Fix spelling mistake "Captuer" -> "Capture"

Message ID 20230925055037.18089-1-colin.i.king@gmail.com
State New
Headers
Series [next] perf kwork: Fix spelling mistake "Captuer" -> "Capture" |

Commit Message

Colin Ian King Sept. 25, 2023, 5:50 a.m. UTC
  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>
---
 tools/perf/builtin-kwork.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ian Rogers Sept. 25, 2023, 4:08 p.m. UTC | #1
On Sun, Sep 24, 2023 at 10:50 PM Colin Ian King <colin.i.king@gmail.com> wrote:
>
> 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>

Thanks,
Ian

> ---
>  tools/perf/builtin-kwork.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/builtin-kwork.c b/tools/perf/builtin-kwork.c
> index 7e8dd35d764b..f007a9b27065 100644
> --- a/tools/perf/builtin-kwork.c
> +++ b/tools/perf/builtin-kwork.c
> @@ -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)
> --
> 2.39.2
>
  
Namhyung Kim Sept. 28, 2023, 3:52 a.m. UTC | #2
On Mon, Sep 25, 2023 at 9:08 AM Ian Rogers <irogers@google.com> wrote:
>
> On Sun, Sep 24, 2023 at 10:50 PM Colin Ian King <colin.i.king@gmail.com> wrote:
> >
> > 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>

Applied to perf-tools-next, thanks!
  

Patch

diff --git a/tools/perf/builtin-kwork.c b/tools/perf/builtin-kwork.c
index 7e8dd35d764b..f007a9b27065 100644
--- a/tools/perf/builtin-kwork.c
+++ b/tools/perf/builtin-kwork.c
@@ -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)