[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20200927170832.GA6243@rlk>
Date: Mon, 28 Sep 2020 01:08:32 +0800
From: Hui Su <sh_def@....com>
To: peterz@...radead.org, mingo@...hat.com, acme@...nel.org,
mark.rutland@....com, alexander.shishkin@...ux.intel.com,
jolsa@...hat.com, namhyung@...nel.org, tglx@...utronix.de,
bp@...en8.de, x86@...nel.org, hpa@...or.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] arch/x86: fix the comment of perf_sched_init()
fix the comment of perf_sched_init():
interator --> iterator
Signed-off-by: Hui Su <sh_def@....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
Powered by blists - more mailing lists