Skip to content

Commit c2127e1

Browse files
rddunlapPeter Zijlstra
authored andcommitted
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]
1 parent c085fb8 commit c2127e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/perf_event.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ struct pmu {
366366
* ->stop() with PERF_EF_UPDATE will read the counter and update
367367
* period/count values like ->read() would.
368368
*
369-
* ->start() with PERF_EF_RELOAD will reprogram the the counter
369+
* ->start() with PERF_EF_RELOAD will reprogram the counter
370370
* value, must be preceded by a ->stop() with PERF_EF_UPDATE.
371371
*/
372372
void (*start) (struct perf_event *event, int flags);

0 commit comments

Comments
 (0)