From: Masahiro Yamada Date: Wed, 9 Apr 2014 07:26:26 +0000 (+0900) Subject: mtd: nand: fix a typo in a comment line X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=35fc51956b53eb52f7c4c78aa6157381196cd5ce;p=deliverable%2Flinux.git mtd: nand: fix a typo in a comment line Signed-off-by: Masahiro Yamada Signed-off-by: Brian Norris --- 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;