Skip to content

Commit

Permalink
mtd: fix a typo in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthias Kaehlcke authored and David Woodhouse committed Sep 4, 2009
1 parent 20d8e24 commit dff1550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/mtdblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dff1550

Please sign in to comment.