mtd: nand: gpmi: fix typo in comment
authorMatthias Lange <matthias.lange@kernkonzept.com>
Mon, 5 Jun 2017 09:34:38 +0000 (11:34 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Sat, 10 Jun 2017 10:09:28 +0000 (12:09 +0200)
Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/gpmi-nand/gpmi-lib.c

index 57ff051..9778724 100644 (file)
@@ -932,7 +932,7 @@ static int enable_edo_mode(struct gpmi_nand_data *this, int mode)
 
        nand->select_chip(mtd, 0);
 
-       /* [1] send SET FEATURE commond to NAND */
+       /* [1] send SET FEATURE command to NAND */
        feature[0] = mode;
        ret = nand->onfi_set_features(mtd, nand,
                                ONFI_FEATURE_ADDR_TIMING_MODE, feature);