diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-12 15:58:11 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-15 09:38:10 -0500 |
commit | dfff0615d28bdb3e8d213e5537dd069265912667 (patch) | |
tree | 04cfbe3e3cabd8020cee569b10dddf933ee4229f /kernel/irq/chip.c | |
parent | 6b79b264ce04e2acd24330140e147801cdbaa39f (diff) |
tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/irq/chip.c')
-rw-r--r-- | kernel/irq/chip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c index ecc3fa28f666..ec8a96382461 100644 --- a/kernel/irq/chip.c +++ b/kernel/irq/chip.c | |||
@@ -520,7 +520,7 @@ out: | |||
520 | * signal. The occurence is latched into the irq controller hardware | 520 | * signal. The occurence is latched into the irq controller hardware |
521 | * and must be acked in order to be reenabled. After the ack another | 521 | * and must be acked in order to be reenabled. After the ack another |
522 | * interrupt can happen on the same source even before the first one | 522 | * interrupt can happen on the same source even before the first one |
523 | * is handled by the assosiacted event handler. If this happens it | 523 | * is handled by the associated event handler. If this happens it |
524 | * might be necessary to disable (mask) the interrupt depending on the | 524 | * might be necessary to disable (mask) the interrupt depending on the |
525 | * controller hardware. This requires to reenable the interrupt inside | 525 | * controller hardware. This requires to reenable the interrupt inside |
526 | * of the loop which handles the interrupts which have arrived while | 526 | * of the loop which handles the interrupts which have arrived while |