diff options
author | Huang Shijie <b32955@freescale.com> | 2012-07-03 04:44:15 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-07-16 16:45:05 -0400 |
commit | 44ed0ffdbc0e7ce2bd8954b79626df45d679d189 (patch) | |
tree | 18992fdb05dbc122de57cfd8290d09596ea2eae2 /drivers/mtd/nand/nand_bbt.c | |
parent | 11041ae65abfeaea959060ad17d167732f604ecf (diff) |
mtd: fix typo in comment
fix the comment for nand_bbt.c
Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/nand_bbt.c')
-rw-r--r-- | 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 3df8d92c5e08..2d1d2fa9dfc5 100644 --- a/drivers/mtd/nand/nand_bbt.c +++ b/drivers/mtd/nand/nand_bbt.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * BBT on flash. If a BBT is found then the contents are read and the memory | 22 | * BBT on flash. If a BBT is found then the contents are read and the memory |
23 | * based BBT is created. If a mirrored BBT is selected then the mirror is | 23 | * based BBT is created. If a mirrored BBT is selected then the mirror is |
24 | * searched too and the versions are compared. If the mirror has a greater | 24 | * searched too and the versions are compared. If the mirror has a greater |
25 | * version number than the mirror BBT is used to build the memory based BBT. | 25 | * version number, then the mirror BBT is used to build the memory based BBT. |
26 | * If the tables are not versioned, then we "or" the bad block information. | 26 | * If the tables are not versioned, then we "or" the bad block information. |
27 | * If one of the BBTs is out of date or does not exist it is (re)created. | 27 | * If one of the BBTs is out of date or does not exist it is (re)created. |
28 | * If no BBT exists at all then the device is scanned for factory marked | 28 | * If no BBT exists at all then the device is scanned for factory marked |