Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);