[tip: smp/core] cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"

From: tip-bot2 for Ethon Paul
Date: Mon Apr 27 2020 - 16:44:37 EST


The following commit has been merged into the smp/core branch of tip:

Commit-ID: 182e073f68a080a29920f6dca796ccf4806b0329
Gitweb: https://git.kernel.org/tip/182e073f68a080a29920f6dca796ccf4806b0329
Author: Ethon Paul <ethp@xxxxxx>
AuthorDate: Sat, 18 Apr 2020 00:40:04 +08:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitterDate: Mon, 27 Apr 2020 22:42:04 +02:00

cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"

Signed-off-by: Ethon Paul <ethp@xxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Link: https://lkml.kernel.org/r/20200417164008.6541-1-ethp@xxxxxx

---
kernel/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cpu.c b/kernel/cpu.c
index 2371292..6a02d44 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -432,7 +432,7 @@ static inline bool cpu_smt_allowed(unsigned int cpu)
/*
* On x86 it's required to boot all logical CPUs at least once so
* that the init code can get a chance to set CR4.MCE on each
- * CPU. Otherwise, a broadacasted MCE observing CR4.MCE=0b on any
+ * CPU. Otherwise, a broadcasted MCE observing CR4.MCE=0b on any
* core will shutdown the machine.
*/
return !cpumask_test_cpu(cpu, &cpus_booted_once_mask);