Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[cascardo/linux.git] / drivers / mtd / nand / mxc_nand.c
index ef932ba..5ae1d9e 100644 (file)
@@ -722,9 +722,8 @@ static void mxc_do_addr_cycle(struct mtd_info *mtd, int column, int page_addr)
                /*
                 * MXC NANDFC can only perform full page+spare or
                 * spare-only read/write.  When the upper layers
-                * layers perform a read/write buf operation,
-                * we will used the saved column address to index into
-                * the full page.
+                * perform a read/write buf operation, the saved column
+                 * address is used to index into the full page.
                 */
                host->send_addr(host, 0, page_addr == -1);
                if (mtd->writesize > 512)