]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Typo in linux_arch_i386_kernel_apic.c
authorJames Mayer <james@cobaltmountain.com>
Mon, 15 Jul 2002 06:03:22 +0000 (23:03 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 15 Jul 2002 06:03:22 +0000 (23:03 -0700)
arch/i386/kernel/apic.c

index 2f85a84ee4a733c1f70d3241e0da2eceed352edf..c86358a1249f8f765abe34fe4d5e8334b65741a8 100644 (file)
@@ -1058,7 +1058,7 @@ inline void smp_local_timer_interrupt(struct pt_regs * regs)
 /*
  * Local APIC timer interrupt. This is the most natural way for doing
  * local interrupts, but local timer interrupts can be emulated by
- * broadcast interrupts too. [in case the hw doesnt support APIC timers]
+ * broadcast interrupts too. [in case the hw doesn't support APIC timers]
  *
  * [ if a single-CPU system runs an SMP kernel then we call the local
  *   interrupt as well. Thus we cannot inline the local irq ... ]