Commit dff15509 authored by Matthias Kaehlcke's avatar Matthias Kaehlcke Committed by David Woodhouse

mtd: fix a typo in comment

mtdblock erase_write(): fix typo in comment
Signed-off-by: default avatarMatthias Kaehlcke <matthias@kaehlcke.net>
Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 20d8e248
...@@ -84,7 +84,7 @@ static int erase_write (struct mtd_info *mtd, unsigned long pos, ...@@ -84,7 +84,7 @@ static int erase_write (struct mtd_info *mtd, unsigned long pos,
remove_wait_queue(&wait_q, &wait); 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); ret = mtd->write(mtd, pos, len, &retlen, buf);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment