diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-12 23:58:11 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-15 17:38:10 +0300 |
commit | dfff0615d28bdb3e8d213e5537dd069265912667 (patch) | |
tree | 04cfbe3e3cabd8020cee569b10dddf933ee4229f /drivers/usb/musb/davinci.c | |
parent | 6b79b264ce04e2acd24330140e147801cdbaa39f (diff) | |
download | linux-dfff0615d28bdb3e8d213e5537dd069265912667.tar.xz |
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 'drivers/usb/musb/davinci.c')
-rw-r--r-- | drivers/usb/musb/davinci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index 66913811af5e..a883f9dd3f8a 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c @@ -274,7 +274,7 @@ static irqreturn_t davinci_interrupt(int irq, void *__hci) /* NOTE: DaVinci shadows the Mentor IRQs. Don't manage them through * the Mentor registers (except for setup), use the TI ones and EOI. * - * Docs describe irq "vector" registers asociated with the CPPI and + * Docs describe irq "vector" registers associated with the CPPI and * USB EOI registers. These hold a bitmask corresponding to the * current IRQ, not an irq handler address. Would using those bits * resolve some of the races observed in this dispatch code?? |