projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20d8e24
)
mtd: fix a typo in comment
author
Matthias Kaehlcke
<matthias@kaehlcke.net>
Mon, 6 Jul 2009 10:02:08 +0000
(12:02 +0200)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Fri, 4 Sep 2009 08:34:49 +0000
(09:34 +0100)
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>
drivers/mtd/mtdblock.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/mtdblock.c
b/drivers/mtd/mtdblock.c
index
77db5ce
..
bcfb177
100644
(file)
--- 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, writ
e t
he data to flash.
*/
ret = mtd->write(mtd, pos, len, &retlen, buf);