diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-08-16 15:46:05 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:32:03 +0100 |
commit | 28a7879d8ca6afafbd1583dd777587e441d0f90e (patch) | |
tree | bfc24e4dfc719f7aeb5a441c1b6063a2d8d31133 /arch | |
parent | 479a0e3e0245fa116412bc105ab1161636c220cb (diff) |
Spelling fix.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/kernel/i8259.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c index a7d2aac46ee..911537413b6 100644 --- a/arch/mips/kernel/i8259.c +++ b/arch/mips/kernel/i8259.c @@ -307,7 +307,7 @@ static struct resource pic2_io_resource = { /* * 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) |