Commit c69d33eb authored by Jason Wang's avatar Jason Wang Committed by Arnaldo Carvalho de Melo

perf probe: Fix duplicated 'the' in comment

The double `the' is duplicated in the comment, remove one.
Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Yang Jihong <yangjihong1@huawei.com>
Cc: Zechuan Chen <chenzechuan1@huawei.com>
Link: http://lore.kernel.org/lkml/20220716043957.42829-1-wangborong@cdjrlc.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 63a4354a
...@@ -1349,7 +1349,7 @@ int parse_line_range_desc(const char *arg, struct line_range *lr) ...@@ -1349,7 +1349,7 @@ int parse_line_range_desc(const char *arg, struct line_range *lr)
/* /*
* Adjust the number of lines here. * Adjust the number of lines here.
* If the number of lines == 1, the * 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. * the start of line.
*/ */
lr->end--; lr->end--;
......
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