]> Git Repo - linux.git/commitdiff
perf: <linux/perf_event.h>: drop a duplicated word
authorRandy Dunlap <[email protected]>
Sun, 19 Jul 2020 00:30:27 +0000 (17:30 -0700)
committerPeter Zijlstra <[email protected]>
Wed, 22 Jul 2020 08:22:08 +0000 (10:22 +0200)
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

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);
This page took 0.058063 seconds and 4 git commands to generate.