diff options
author | gushengxian <gushengxian@yulong.com> | 2021-07-02 05:48:12 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2021-07-25 22:33:04 -0700 |
commit | fc520525c18ac2207792eb2067c6b626326a87ad (patch) | |
tree | 257a23fd028e37590d4cb530e2d068f24e707a65 /arch/alpha/kernel/perf_event.c | |
parent | 3e0c6d15adeafa2afcb4c95c892bb5980c1430e6 (diff) |
alpha: fix spelling mistakes
Fix some spelling mistakes in comments:
delarations ==> declarations
softare ==> software
suffiently ==> sufficiently
requred ==> required
unaliged ==> unaligned
Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/kernel/perf_event.c')
-rw-r--r-- | arch/alpha/kernel/perf_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/perf_event.c b/arch/alpha/kernel/perf_event.c index e7a59d927d78..efcf7321701b 100644 --- a/arch/alpha/kernel/perf_event.c +++ b/arch/alpha/kernel/perf_event.c @@ -574,7 +574,7 @@ static void alpha_pmu_start(struct perf_event *event, int flags) * Check that CPU performance counters are supported. * - currently support EV67 and later CPUs. * - actually some later revisions of the EV6 have the same PMC model as the - * EV67 but we don't do suffiently deep CPU detection to detect them. + * EV67 but we don't do sufficiently deep CPU detection to detect them. * Bad luck to the very few people who might have one, I guess. */ static int supported_cpu(void) |