]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mtd: fix a typo in comment
authorMatthias Kaehlcke <matthias@kaehlcke.net>
Mon, 6 Jul 2009 10:02:08 +0000 (12:02 +0200)
committerDavid 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

index 77db5ce24d92b9fed41970d83bb1346a95740d85..bcfb177c55ecd04898bde0fa79bfc960095b1acf 100644 (file)
@@ -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);