From: Matthias Kaehlcke Date: Mon, 6 Jul 2009 10:02:08 +0000 (+0200) Subject: mtd: fix a typo in comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=dff1550986a4c0e2a4e857c9085ef3cb66b2cec5;p=deliverable%2Flinux.git mtd: fix a typo in comment mtdblock erase_write(): fix typo in comment Signed-off-by: Matthias Kaehlcke Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/mtdblock.c b/drivers/mtd/mtdblock.c index 77db5ce24d92..bcfb177c55ec 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);