CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/08/16 16:46:05
Modified files:
arch/mips/kernel: i8259.c
Log message:
Spelling fix.
diff -urN linux/arch/mips/kernel/i8259.c linux/arch/mips/kernel/i8259.c
--- linux/arch/mips/kernel/i8259.c 2005/03/01 21:20:47 1.21
+++ linux/arch/mips/kernel/i8259.c 2005/08/16 15:46:05 1.22
@@ -307,7 +307,7 @@
/*
* On systems with i8259-style interrupt controllers we assume for
- * driver compatibility reasons interrupts 0 - 15 to be the i8295
+ * driver compatibility reasons interrupts 0 - 15 to be the i8259
* interrupts even if the hardware uses a different interrupt numbering.
*/
void __init init_i8259_irqs (void)
|