aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq/manage.c
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2011-10-26 10:16:11 +0100
committerJiri Kosina <jkosina@suse.cz>2011-10-29 21:35:00 +0200
commit6d21af4f7d0ab660b24c8635f4ed577f40cd2978 (patch)
tree584aa69ee13bdd134bb155fb815cfe9327c4ad38 /kernel/irq/manage.c
parentff5f483f30918759e78371a8deb498c46fdae051 (diff)
irq: Fix comment typo ist->is
Signed-off-by: Javi Merino <javi.merino@arm.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/irq/manage.c')
-rw-r--r--kernel/irq/manage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 9b956fa2030..3261c4d478a 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -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