Drop the repeated word "the" in a comment. Signed-off-by: Randy Dunlap <rdun...@infradead.org> Cc: Peter Zijlstra <pet...@infradead.org> Cc: Ingo Molnar <mi...@redhat.com> Cc: Arnaldo Carvalho de Melo <a...@kernel.org> --- include/linux/perf_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200717.orig/include/linux/perf_event.h +++ linux-next-20200717/include/linux/perf_event.h @@ -366,7 +366,7 @@ struct pmu { * ->stop() with PERF_EF_UPDATE will read the counter and update * period/count values like ->read() would. * - * ->start() with PERF_EF_RELOAD will reprogram the the counter + * ->start() with PERF_EF_RELOAD will reprogram the counter * value, must be preceded by a ->stop() with PERF_EF_UPDATE. */ void (*start) (struct perf_event *event, int flags);