diff options
| author | James Mayer <james@cobaltmountain.com> | 2002-07-31 22:25:27 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@sb.bsdonline.org> | 2002-07-31 22:25:27 -0700 |
| commit | 79fc9cd37753f1f5bd7c38bf666e96ba613335d3 (patch) | |
| tree | 8eaeaa2afa56b787b18d29762375bca66c1d4df0 /arch | |
| parent | 219c7add44482b3020c4697f8d586d742642f1cc (diff) | |
[PATCH] Typos in linux_arch_i386_kernel_io_apic.c
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/i386/kernel/io_apic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/io_apic.c b/arch/i386/kernel/io_apic.c index a2ca84337699..8944f668e984 100644 --- a/arch/i386/kernel/io_apic.c +++ b/arch/i386/kernel/io_apic.c @@ -791,7 +791,7 @@ void __init setup_ExtINT_IRQ0_pin(unsigned int pin, int 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 ... */ irq_desc[0].handler = &ioapic_edge_irq_type; @@ -1654,7 +1654,7 @@ static inline void check_timer(void) printk(" failed.\n"); 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; } |
