Skip to content

Commit 987f5cb

Browse files
shaomin Dengacmel
authored andcommitted
perf tools: Fix double word in comments
Delete the repeated word "to" in comments. Signed-off-by: shaomin Deng <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 632f5c2 commit 987f5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/util/events_stats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* The total_period is needed because by default auto-freq is used, so
2424
* multiplying nr_events[PERF_EVENT_SAMPLE] by a frequency isn't possible to get
25-
* the total number of low level events, it is necessary to to sum all struct
25+
* the total number of low level events, it is necessary to sum all struct
2626
* perf_record_sample.period and stash the result in total_period.
2727
*/
2828
struct events_stats {

0 commit comments

Comments
 (0)