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 <[email protected]>
AuthorDate:    Sat, 18 Jul 2020 17:30:27 -07:00
Committer:     Peter Zijlstra <[email protected]>
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 <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
---
 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);

Reply via email to