aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
diff options
context:
space:
mode:
authorXie XiuQi <xiexiuqi@huawei.com>2013-10-18 09:12:04 +0800
committerJiri Kosina <jkosina@suse.cz>2013-10-18 14:49:30 +0200
commitf788e7bf0563bb98b1a6ef5cdc66749ee36934e4 (patch)
tree211f3a36fcfb4b260232dae8dd66ed7e4457dad3 /kernel/irq/manage.c
parentNUMA: fix typos in Kconfig help text (diff)
downloadlinux-dev-f788e7bf0563bb98b1a6ef5cdc66749ee36934e4.tar.xz
linux-dev-f788e7bf0563bb98b1a6ef5cdc66749ee36934e4.zip
irq: Fix some trivial typos in comments
Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com> [jkosina@suse.cz: fix 'explicitly', noticed by Randy Dunlap] 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 514bcfd855a8..2165253220ee 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -786,7 +786,7 @@ irq_forced_thread_fn(struct irq_desc *desc, struct irqaction *action)
}
/*
- * Interrupts explicitely requested as threaded interupts want to be
+ * Interrupts explicitly requested as threaded interrupts want to be
* preemtible - many of them need to sleep and wait for slow busses to
* complete.
*/