From: Xichao Zhao Date: Tue, 9 Sep 2025 02:06:35 +0000 (+0800) Subject: mtd: nand: ecc: fix "writen"->"written" X-Git-Tag: v6.18-rc1~78^2^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfea8f7183c711f2bf6af7aaef2a07e30b36a367;p=thirdparty%2Fkernel%2Flinux.git mtd: nand: ecc: fix "writen"->"written" Trivial fix to spelling mistake in comment text. Signed-off-by: Xichao Zhao Signed-off-by: Miquel Raynal --- diff --git a/drivers/mtd/nand/ecc.c b/drivers/mtd/nand/ecc.c index 8f996e8d61b86..6ccdff3fc913b 100644 --- a/drivers/mtd/nand/ecc.c +++ b/drivers/mtd/nand/ecc.c @@ -552,7 +552,7 @@ void nand_ecc_tweak_req(struct nand_ecc_req_tweak_ctx *ctx, memset(tweak->oobbuf.in, 0xFF, ctx->oob_buffer_size); } - /* Copy the data that must be writen in the bounce buffers, if needed */ + /* Copy the data that must be written in the bounce buffers, if needed */ if (orig->type == NAND_PAGE_WRITE) { if (ctx->bounce_data) memcpy((void *)tweak->databuf.out + orig->dataoffs,