diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-10-20 01:14:39 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-20 01:14:39 +0200 |
commit | 5aa8b6c1a6136f9b8d91419d93e9e37ccc2e30c0 (patch) | |
tree | d2f83cc886c67696cb5f7275eb73fe310e9be88e /arch/m32r/kernel/irq.c | |
parent | 27b46d7661dc720224813eb4f452e424f1bf3a9a (diff) | |
download | linux-5aa8b6c1a6136f9b8d91419d93e9e37ccc2e30c0.tar.bz2 |
spelling fixes: arch/m32r/
Spelling fixes in arch/m32r/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/m32r/kernel/irq.c')
-rw-r--r-- | arch/m32r/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/kernel/irq.c b/arch/m32r/kernel/irq.c index f8d8650383e0..d0c5b0b7da2f 100644 --- a/arch/m32r/kernel/irq.c +++ b/arch/m32r/kernel/irq.c @@ -71,7 +71,7 @@ skip: } /* - * do_IRQ handles all normal device IRQ's (the special + * do_IRQ handles all normal device IRQs (the special * SMP cross-CPU interrupts have their own specific * handlers). */ |