aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.kw@hitachi.com>2017-01-27 10:36:38 +0900
committerBrian Norris <computersforpeace@gmail.com>2017-02-08 14:24:57 -0800
commit5d708ecc6c7718c22bcacabff0fbb32ecd19ad6b (patch)
treedd7aeb88ea390f1202c552547694b70fa3883e31 /drivers/mtd/mtdchar.c
parentmtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chips (diff)
downloadlinux-dev-5d708ecc6c7718c22bcacabff0fbb32ecd19ad6b.tar.xz
linux-dev-5d708ecc6c7718c22bcacabff0fbb32ecd19ad6b.zip
mtd: Fix typo: "occured" -> "occurred"
Trivial typo fix in comment. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.kw@hitachi.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/mtdchar.c')
-rw-r--r--drivers/mtd/mtdchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/mtdchar.c b/drivers/mtd/mtdchar.c
index ce5ccc573a9c..3568294d4854 100644
--- a/drivers/mtd/mtdchar.c
+++ b/drivers/mtd/mtdchar.c
@@ -451,7 +451,7 @@ static int mtdchar_readoob(struct file *file, struct mtd_info *mtd,
* data. For our userspace tools it is important to dump areas
* with ECC errors!
* For kernel internal usage it also might return -EUCLEAN
- * to signal the caller that a bitflip has occured and has
+ * to signal the caller that a bitflip has occurred and has
* been corrected by the ECC algorithm.
*
* Note: currently the standard NAND function, nand_read_oob_std,