tree-wide: Assorted spelling fixes
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / mtd / nand / bcm_umi_nand.c
index 087bcd745bb7fc347e29938e658335e496f7d79f..7d1cca7a31a9ec7ff6d5880dd5bc1853518ca2cf 100644 (file)
@@ -381,7 +381,7 @@ static int __devinit bcm_umi_nand_probe(struct platform_device *pdev)
        if (!r)
                return -ENXIO;
 
-       /* map physical adress */
+       /* map physical address */
        bcm_umi_io_base = ioremap(r->start, r->end - r->start + 1);
 
        if (!bcm_umi_io_base) {
@@ -525,7 +525,7 @@ static int bcm_umi_nand_remove(struct platform_device *pdev)
        /* Release resources, unregister device */
        nand_release(board_mtd);
 
-       /* unmap physical adress */
+       /* unmap physical address */
        iounmap(bcm_umi_io_base);
 
        /* Free the MTD device structure */