[PATCH] mtdblock erase_write(): fix typo in comment
Matthias Kaehlcke
matthias at kaehlcke.net
Mon Jul 6 06:02:08 EDT 2009
mtdblock erase_write(): fix typo in comment
Signed-off-by: Matthias Kaehlcke <matthias at kaehlcke.net>
---
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 208c6fa..515d4b0 100644
--- a/drivers/mtd/mtdblock.c
+++ b/drivers/mtd/mtdblock.c
@@ -82,7 +82,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);
--
1.6.3.1
More information about the linux-mtd
mailing list