* [PATCH] arch/x86: fix the comment of perf_sched_init()
@ 2020-09-27 17:08 Hui Su
0 siblings, 0 replies; only message in thread
From: Hui Su @ 2020-09-27 17:08 UTC (permalink / raw)
To: peterz, mingo, acme, mark.rutland, alexander.shishkin, jolsa,
namhyung, tglx, bp, x86, hpa, linux-kernel
fix the comment of perf_sched_init():
interator --> iterator
Signed-off-by: Hui Su <sh_def@163.com>
---
arch/x86/events/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c
index 1cbf57dc2ac8..74d430b31d78 100644
--- a/arch/x86/events/core.c
+++ b/arch/x86/events/core.c
@@ -719,7 +719,7 @@ struct perf_sched {
};
/*
- * Initialize interator that runs through all events and counters.
+ * Initialize iterator that runs through all events and counters.
*/
static void perf_sched_init(struct perf_sched *sched, struct event_constraint **constraints,
int num, int wmin, int wmax, int gpmax)
--
2.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-27 17:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-27 17:08 [PATCH] arch/x86: fix the comment of perf_sched_init() Hui Su
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox