diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-04-09 09:26:26 +0200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-04-29 21:12:21 +0200 |
commit | 35fc51956b53eb52f7c4c78aa6157381196cd5ce (patch) | |
tree | dad7e06d4488e88a619273e7aefe59ff08519870 /drivers/mtd | |
parent | mtd: mtd_oobtest: generate consistent data for verification (diff) | |
download | linux-35fc51956b53eb52f7c4c78aa6157381196cd5ce.tar.xz linux-35fc51956b53eb52f7c4c78aa6157381196cd5ce.zip |
mtd: nand: fix a typo in a comment line
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/nand_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index b8eabde8dbdc..f6c5685b79a6 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c @@ -3606,7 +3606,7 @@ static struct nand_flash_dev *nand_get_flash_type(struct mtd_info *mtd, chip->onfi_version = 0; if (!type->name || !type->pagesize) { - /* Check is chip is ONFI compliant */ + /* Check if the chip is ONFI compliant */ if (nand_flash_detect_onfi(mtd, chip, &busw)) goto ident_done; |