trivial: OHCI: Fix typo in a comment
authorAnand Gadiyar <gadiyar@ti.com>
Mon, 22 Jun 2009 10:25:45 +0000 (15:55 +0530)
committerJiri Kosina <jkosina@suse.cz>
Mon, 21 Sep 2009 13:14:51 +0000 (15:14 +0200)
trivial: OHCI: Fix typo in a comment

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/usb/host/ohci-q.c

index c2d80f8..16fecb8 100644 (file)
@@ -418,7 +418,7 @@ static struct ed *ed_get (
                is_out = !(ep->desc.bEndpointAddress & USB_DIR_IN);
 
                /* FIXME usbcore changes dev->devnum before SET_ADDRESS
-                * suceeds ... otherwise we wouldn't need "pipe".
+                * succeeds ... otherwise we wouldn't need "pipe".
                 */
                info = usb_pipedevice (pipe);
                ed->type = usb_pipetype(pipe);