mtd: fix a typo in comment

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Sep 4 04:59:02 EDT 2009


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=dff1550986a4c0e2a4e857c9085ef3cb66b2cec5
Commit:     dff1550986a4c0e2a4e857c9085ef3cb66b2cec5
Parent:     20d8e2489d619ac4f14c46ca376655fc06b3c1ff
Author:     Matthias Kaehlcke <matthias at kaehlcke.net>
AuthorDate: Mon Jul 6 12:02:08 2009 +0200
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Sep 4 09:34:49 2009 +0100

    mtd: fix a typo in comment
    
    mtdblock erase_write(): fix typo in comment
    
    Signed-off-by: Matthias Kaehlcke <matthias at kaehlcke.net>
    Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/mtdblock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/mtdblock.c b/drivers/mtd/mtdblock.c
index 77db5ce..bcfb177 100644
--- a/drivers/mtd/mtdblock.c
+++ b/drivers/mtd/mtdblock.c
@@ -84,7 +84,7 @@ static int erase_write (struct mtd_info *mtd, unsigned long pos,
 	remove_wait_queue(&wait_q, &wait);
 
 	/*
-	 * Next, writhe data to flash.
+	 * Next, write the data to flash.
 	 */
 
 	ret = mtd->write(mtd, pos, len, &retlen, buf);



More information about the linux-mtd-cvs mailing list