diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-10-19 23:09:42 (GMT) |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-19 23:09:42 (GMT) |
commit | 761a7e3544b8192c662d8b67913a353f6a014c08 (patch) | |
tree | e8600ec9345e9d1fa9104a298a23580fec148490 /arch/frv/kernel/irq.c | |
parent | 49b4ff3304b52b18c490fc4deb400b61bb7ed142 (diff) | |
download | linux-761a7e3544b8192c662d8b67913a353f6a014c08.tar.xz |
spelling fixes: arch/frv/
Spelling fixes in arch/frv/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Acked-By: David Howells <dhowells@redhat.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/frv/kernel/irq.c')
-rw-r--r-- | arch/frv/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/kernel/irq.c b/arch/frv/kernel/irq.c index 7ddb690..73abae7 100644 --- a/arch/frv/kernel/irq.c +++ b/arch/frv/kernel/irq.c @@ -134,7 +134,7 @@ static struct irq_chip frv_cpu_pic = { }; /* - * handles all normal device IRQ's + * handles all normal device IRQs * - registers are referred to by the __frame variable (GR28) * - IRQ distribution is complicated in this arch because of the many PICs, the * way they work and the way they cascade |