tree-wide: fix comment/printk typos
[deliverable/linux.git] / drivers / usb / misc / adutux.c
index 44f8b922505465b4d3dc1f7cfc6e983a0ded5cfe..a6afd15f6a467bf70a2f308e1ab3b3d85d26d4d8 100644 (file)
@@ -717,7 +717,7 @@ static int adu_probe(struct usb_interface *interface,
                goto exit;
        }
 
-       /* allocate memory for our device state and intialize it */
+       /* allocate memory for our device state and initialize it */
        dev = kzalloc(sizeof(struct adu_device), GFP_KERNEL);
        if (dev == NULL) {
                dev_err(&interface->dev, "Out of memory\n");
This page took 0.025405 seconds and 5 git commands to generate.