[PATCH] Fix a misspelling in kernel/cpu.c

From: l4stpr0gr4m
Date: Tue Feb 06 2018 - 12:07:47 EST


From: Kangmin Park <l4stpr0gr4m@xxxxxxxxx>

Signed-off-by: Kangmin Park <l4stpr0gr4m@xxxxxxxxx>

Sorry for sending duplicate.

A trivial path to fix a typo in kernel/cpu.c
Fix 'synchronsization' to 'synchronization'

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

diff --git a/kernel/cpu.c b/kernel/cpu.c
index 53f7dc6..9a1ee53 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -1336,7 +1336,7 @@ static struct cpuhp_step cpuhp_ap_states[] = {
.teardown.single = smpcfd_dying_cpu,
},
/* Entry state on starting. Interrupts enabled from here on. Transient
- * state for synchronsization */
+ * state for synchronization */
[CPUHP_AP_ONLINE] = {
.name = "ap:online",
},
--
2.7.4