diff options
author | Matthias Kaehlcke <matthias@kaehlcke.net> | 2009-07-06 12:02:08 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-09-04 09:34:49 +0100 |
commit | dff1550986a4c0e2a4e857c9085ef3cb66b2cec5 (patch) | |
tree | 77e8a2b0c6b4d5bb4c5c0a784e2232f85f6ac078 /drivers/mtd/mtdblock.c | |
parent | 20d8e2489d619ac4f14c46ca376655fc06b3c1ff (diff) |
mtd: fix a typo in comment
mtdblock erase_write(): fix typo in comment
Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/mtdblock.c')
-rw-r--r-- | 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 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); |