perf probe: Fix duplicated 'the' in comment
The double `the' is duplicated in the comment, remove one. Signed-off-by: Jason 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.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
63a4354ae7
commit
c69d33ebfa
|
@ -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--;
|
||||
|
|
Loading…
Reference in New Issue