Commit 79fc9cd3 authored by James Mayer's avatar James Mayer Committed by Christoph Hellwig

[PATCH] Typos in linux_arch_i386_kernel_io_apic.c

parent 219c7add
...@@ -791,7 +791,7 @@ void __init setup_ExtINT_IRQ0_pin(unsigned int pin, int vector) ...@@ -791,7 +791,7 @@ void __init setup_ExtINT_IRQ0_pin(unsigned int pin, int vector)
entry.vector = vector; entry.vector = vector;
/* /*
* The timer IRQ doesnt have to know that behind the * The timer IRQ doesn't have to know that behind the
* scene we have a 8259A-master in AEOI mode ... * scene we have a 8259A-master in AEOI mode ...
*/ */
irq_desc[0].handler = &ioapic_edge_irq_type; irq_desc[0].handler = &ioapic_edge_irq_type;
...@@ -1654,7 +1654,7 @@ static inline void check_timer(void) ...@@ -1654,7 +1654,7 @@ static inline void check_timer(void)
printk(" failed.\n"); printk(" failed.\n");
if (nmi_watchdog) { if (nmi_watchdog) {
printk(KERN_WARNING "timer doesnt work through the IO-APIC - disabling NMI Watchdog!\n"); printk(KERN_WARNING "timer doesn't work through the IO-APIC - disabling NMI Watchdog!\n");
nmi_watchdog = 0; nmi_watchdog = 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment