2015-06-16 08:00:22

by Alexander Kuleshov

[permalink] [raw]
Subject: [PATCH] x86/earlyprintk: fix typo in a comment

Signed-off-by: Alexander Kuleshov <[email protected]>
---
arch/x86/kernel/early_printk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/early_printk.c b/arch/x86/kernel/early_printk.c
index 89427d8..1374adf 100644
--- a/arch/x86/kernel/early_printk.c
+++ b/arch/x86/kernel/early_printk.c
@@ -285,7 +285,7 @@ static __init void early_pci_serial_init(char *s)
}

/*
- * Lastly, initalize the hardware
+ * Lastly, initialize the hardware
*/
if (*s) {
if (strcmp(s, "nocfg") == 0)
--
2.4.0.596.ga5fe668