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>
This commit is contained in:
Xie XiuQi 2013-10-18 09:12:04 +08:00 committed by Jiri Kosina
parent 6d56a410ae
commit f788e7bf05
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ void irq_enable(struct irq_desc *desc)
}
/**
* irq_disable - Mark interupt disabled
* irq_disable - Mark interrupt disabled
* @desc: irq descriptor which should be disabled
*
* If the chip does not implement the irq_disable callback, we

View File

@ -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.
*/