mtd: nand: fix a typo in a commentary
[pandora-kernel.git] / drivers / mtd / nand / nand_base.c
index a9c6ce7..da76040 100644 (file)
@@ -2377,7 +2377,7 @@ static int nand_do_write_oob(struct mtd_info *mtd, loff_t to,
                return -EINVAL;
        }
 
-       /* Do not allow reads past end of device */
+       /* Do not allow write past end of device */
        if (unlikely(to >= mtd->size ||
                     ops->ooboffs + ops->ooblen >
                        ((mtd->size >> chip->page_shift) -