irq: Fix comment typo ist->is
authorJavi Merino <javi.merino@arm.com>
Wed, 26 Oct 2011 09:16:11 +0000 (10:16 +0100)
committerJiri Kosina <jkosina@suse.cz>
Sat, 29 Oct 2011 19:35:00 +0000 (21:35 +0200)
Signed-off-by: Javi Merino <javi.merino@arm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/irq/manage.c

index 9b956fa..3261c4d 100644 (file)
@@ -1281,7 +1281,7 @@ EXPORT_SYMBOL(free_irq);
  *     and to set up the interrupt handler in the right order.
  *
  *     If you want to set up a threaded irq handler for your device
- *     then you need to supply @handler and @thread_fn. @handler ist
+ *     then you need to supply @handler and @thread_fn. @handler is
  *     still called in hard interrupt context and has to check
  *     whether the interrupt originates from the device. If yes it
  *     needs to disable the interrupt on the device and return