aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-12 21:58:11 +0100
committerJiri Kosina <jkosina@suse.cz>2010-02-15 15:38:10 +0100
commitdfff0615d28bdb3e8d213e5537dd069265912667 (patch)
tree04cfbe3e3cabd8020cee569b10dddf933ee4229f /kernel/irq
parentNo need to patch AMD-provided drivers/gpu/drm/radeon/atombios.h (diff)
downloadlinux-dev-dfff0615d28bdb3e8d213e5537dd069265912667.tar.xz
linux-dev-dfff0615d28bdb3e8d213e5537dd069265912667.zip
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')
-rw-r--r--kernel/irq/chip.c2
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:
* signal. The occurence is latched into the irq controller hardware
* and must be acked in order to be reenabled. After the ack another
* interrupt can happen on the same source even before the first one
- * is handled by the assosiacted event handler. If this happens it
+ * is handled by the associated event handler. If this happens it
* might be necessary to disable (mask) the interrupt depending on the
* controller hardware. This requires to reenable the interrupt inside
* of the loop which handles the interrupts which have arrived while