aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Lange <[email protected]>2017-06-05 11:34:38 +0200
committerBoris Brezillon <[email protected]>2017-06-10 12:09:28 +0200
commitf82c3232d1906bc8754e0b33ce39d09d08cb60c3 (patch)
treea0cf8b24f0c4d314ef1bd8e76e3c2fb53bad9f23
parentd816f6b6375901a5090018961c5ab631784538ea (diff)
mtd: nand: gpmi: fix typo in comment
Signed-off-by: Matthias Lange <[email protected]> Signed-off-by: Boris Brezillon <[email protected]>
-rw-r--r--drivers/mtd/nand/gpmi-nand/gpmi-lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
index 57ff0518bbda..97787246af41 100644
--- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
+++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
@@ -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);