aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-08-16 11:46:05 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:32:03 -0400
commit28a7879d8ca6afafbd1583dd777587e441d0f90e (patch)
treebfc24e4dfc719f7aeb5a441c1b6063a2d8d31133 /arch/mips/kernel
parent479a0e3e0245fa116412bc105ab1161636c220cb (diff)
Spelling fix.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/i8259.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c
index a7d2aac46eea..911537413b63 100644
--- a/arch/mips/kernel/i8259.c
+++ b/arch/mips/kernel/i8259.c
@@ -307,7 +307,7 @@ static struct resource pic2_io_resource = {
307 307
308/* 308/*
309 * On systems with i8259-style interrupt controllers we assume for 309 * On systems with i8259-style interrupt controllers we assume for
310 * driver compatibility reasons interrupts 0 - 15 to be the i8295 310 * driver compatibility reasons interrupts 0 - 15 to be the i8259
311 * interrupts even if the hardware uses a different interrupt numbering. 311 * interrupts even if the hardware uses a different interrupt numbering.
312 */ 312 */
313void __init init_i8259_irqs (void) 313void __init init_i8259_irqs (void)