]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/mtd/nand/cs553x_nand.c
Fix common misspellings
[mirror_ubuntu-artful-kernel.git] / drivers / mtd / nand / cs553x_nand.c
index 9f1b451005ca14f8ce73aaa3c64e087cf2e7e607..71c35a0b9826972f164ea728f9d89af54a789b88 100644 (file)
@@ -241,7 +241,7 @@ static int __init cs553x_init_one(int cs, int mmio, unsigned long adr)
        /* Enable the following for a flash based bad block table */
        this->options = NAND_USE_FLASH_BBT | NAND_NO_AUTOINCR;
 
-       /* Scan to find existance of the device */
+       /* Scan to find existence of the device */
        if (nand_scan(new_mtd, 1)) {
                err = -ENXIO;
                goto out_ior;