Merge branch 'for-greg' of git://gitorious.org/usb/usb into usb-linus
[pandora-kernel.git] / drivers / mtd / devices / block2mtd.c
index f29a6f9..97183c8 100644 (file)
@@ -295,7 +295,7 @@ static struct block2mtd_dev *add_device(char *devname, int erase_size)
        dev->mtd.owner = THIS_MODULE;
 
        if (add_mtd_device(&dev->mtd)) {
-               /* Device didnt get added, so free the entry */
+               /* Device didn't get added, so free the entry */
                goto devinit_err;
        }
        list_add(&dev->list, &blkmtd_device_list);