* [PATCH] perf probe: Fix comment typo
@ 2022-07-16 4:39 Jason Wang
2022-07-19 14:48 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-16 4:39 UTC (permalink / raw)
To: alexander.shishkin
Cc: peterz, mingo, acme, mark.rutland, jolsa, namhyung, mhiramat,
yangjihong1, irogers, chenzechuan1, linux-perf-users,
linux-kernel, Jason Wang
The double `the' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
tools/perf/util/probe-event.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c
index 062b5cbe67af..67c12d5303e7 100644
--- a/tools/perf/util/probe-event.c
+++ b/tools/perf/util/probe-event.c
@@ -1349,7 +1349,7 @@ int parse_line_range_desc(const char *arg, struct line_range *lr)
/*
* Adjust the number of lines here.
* If the number of lines == 1, the
- * the end of line should be equal to
+ * end of line should be equal to
* the start of line.
*/
lr->end--;
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] perf probe: Fix comment typo
2022-07-16 4:39 [PATCH] perf probe: Fix comment typo Jason Wang
@ 2022-07-19 14:48 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2022-07-19 14:48 UTC (permalink / raw)
To: Jason Wang
Cc: alexander.shishkin, peterz, mingo, mark.rutland, jolsa, namhyung,
mhiramat, yangjihong1, irogers, chenzechuan1, linux-perf-users,
linux-kernel
Em Sat, Jul 16, 2022 at 12:39:57PM +0800, Jason Wang escreveu:
> The double `the' is duplicated in the comment, remove one.
Thanks, applied.
- Arnaldo
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
> tools/perf/util/probe-event.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c
> index 062b5cbe67af..67c12d5303e7 100644
> --- a/tools/perf/util/probe-event.c
> +++ b/tools/perf/util/probe-event.c
> @@ -1349,7 +1349,7 @@ int parse_line_range_desc(const char *arg, struct line_range *lr)
> /*
> * Adjust the number of lines here.
> * If the number of lines == 1, the
> - * the end of line should be equal to
> + * end of line should be equal to
> * the start of line.
> */
> lr->end--;
> --
> 2.35.1
--
- Arnaldo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-19 14:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-16 4:39 [PATCH] perf probe: Fix comment typo Jason Wang
2022-07-19 14:48 ` Arnaldo Carvalho de Melo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.