[tip: perf/core] perf: <linux/perf_event.h>: drop a duplicated word

From: tip-bot2 for Randy Dunlap
Date: Wed Jul 22 2020 - 05:18:11 EST


The following commit has been merged into the perf/core branch of tip:

Commit-ID: c2127e14c127de2775feefdfb1444e30a129a59f
Gitweb: https://git.kernel.org/tip/c2127e14c127de2775feefdfb1444e30a129a59f
Author: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
AuthorDate: Sat, 18 Jul 2020 17:30:27 -07:00
Committer: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
CommitterDate: Wed, 22 Jul 2020 10:22:08 +02:00

perf: <linux/perf_event.h>: drop a duplicated word

Drop the repeated word "the" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
Link: https://lkml.kernel.org/r/20200719003027.20798-1-rdunlap@xxxxxxxxxxxxx
---
include/linux/perf_event.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 3b22db0..0edd257 100644
--- a/include/linux/perf_event.h
+++ b/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);