Fix common misspellings
[linux-block.git] / drivers / usb / early / ehci-dbgp.c
index 0bc06e2bcfcb9e600eb2b020286a6df78484787a..a6a350f5827bb6a4240fb6b535e15defde84d5fd 100644 (file)
@@ -648,7 +648,7 @@ static int ehci_reset_port(int port)
                if (!(portsc & PORT_CONNECT))
                        return -ENOTCONN;
 
-               /* bomb out completely if something weird happend */
+               /* bomb out completely if something weird happened */
                if ((portsc & PORT_CSC))
                        return -EINVAL;