diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.kw@hitachi.com> | 2017-01-27 02:36:38 +0100 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2017-02-08 23:24:57 +0100 |
commit | 5d708ecc6c7718c22bcacabff0fbb32ecd19ad6b (patch) | |
tree | dd7aeb88ea390f1202c552547694b70fa3883e31 /drivers/mtd/mtdchar.c | |
parent | mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chips (diff) | |
download | linux-5d708ecc6c7718c22bcacabff0fbb32ecd19ad6b.tar.xz linux-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.c | 2 |
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, |