treewide: fix a few typos in comments
[firefly-linux-kernel-4.4.55.git] / drivers / net / usb / usbnet.c
index 069c1cf0fdf73675dbb865b27ee4d673bd773840..fef9ecc7b7aab98ed4b211a3b6097f2f4518dbf4 100644 (file)
@@ -109,7 +109,7 @@ int usbnet_get_endpoints(struct usbnet *dev, struct usb_interface *intf)
 
                /* take the first altsetting with in-bulk + out-bulk;
                 * remember any status endpoint, just in case;
-                * ignore other endpoints and altsetttings.
+                * ignore other endpoints and altsettings.
                 */
                for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) {
                        struct usb_host_endpoint        *e;