perf: <linux/perf_event.h>: drop a duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 19 Jul 2020 00:30:27 +0000 (17:30 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 22 Jul 2020 08:22:08 +0000 (10:22 +0200)
Drop the repeated word "the" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200719003027.20798-1-rdunlap@infradead.org
include/linux/perf_event.h

index 3b22db08b6fb04f27cfe576719304ce44a3a80fe..0edd257a5916c1b2e0cf7533c011735078200978 100644 (file)
@@ -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);