mtd: fix typo in comment

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Jul 16 16:59:02 EDT 2012


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=44ed0ffdbc0e7ce2bd8954b79626df45d679d189
Commit:     44ed0ffdbc0e7ce2bd8954b79626df45d679d189
Parent:     11041ae65abfeaea959060ad17d167732f604ecf
Author:     Huang Shijie <b32955 at freescale.com>
AuthorDate: Tue Jul 3 16:44:15 2012 +0800
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Mon Jul 16 21:45:05 2012 +0100

    mtd: fix typo in comment
    
    fix the comment for nand_bbt.c
    
    Signed-off-by: Huang Shijie <b32955 at freescale.com>
    Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at linux.intel.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/nand/nand_bbt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/nand/nand_bbt.c b/drivers/mtd/nand/nand_bbt.c
index 3df8d92..2d1d2fa 100644
--- a/drivers/mtd/nand/nand_bbt.c
+++ b/drivers/mtd/nand/nand_bbt.c
@@ -22,7 +22,7 @@
  * BBT on flash. If a BBT is found then the contents are read and the memory
  * based BBT is created. If a mirrored BBT is selected then the mirror is
  * searched too and the versions are compared. If the mirror has a greater
- * version number than the mirror BBT is used to build the memory based BBT.
+ * version number, then the mirror BBT is used to build the memory based BBT.
  * If the tables are not versioned, then we "or" the bad block information.
  * If one of the BBTs is out of date or does not exist it is (re)created.
  * If no BBT exists at all then the device is scanned for factory marked



More information about the linux-mtd-cvs mailing list