diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-19 03:30:27 +0300 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2020-07-22 11:22:08 +0300 |
commit | c2127e14c127de2775feefdfb1444e30a129a59f (patch) | |
tree | 781e2f912622353dada466757c19545ca0f7e97e /include/linux/perf_event.h | |
parent | c085fb8774671e83f6199a8e838fbc0e57094029 (diff) | |
download | linux-c2127e14c127de2775feefdfb1444e30a129a59f.tar.xz |
perf: <linux/perf_event.h>: drop a duplicated word
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
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 3b22db08b6fb..0edd257a5916 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); |