summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-08-07 11:06:18 +0000
committerandvar <andvar@NetBSD.org>2022-08-07 11:06:18 +0000
commita4f95a9c3db799b8a11dd5b922a217fa3f6d5b3c (patch)
tree3f5bf3a4e85533198becae6775237f2bbae26d29 /sys/dev
parent5e6b415fa3a3e4cafc7e5fea05ccf59a10201f29 (diff)
fix various typos in comments, documentation and messages.
mainly s/paramater/parameter/ and s/reduntant/redundant/.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/nand/nand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/nand/nand.h b/sys/dev/nand/nand.h
index 0116555bf69..9a6b00b79fe 100644
--- a/sys/dev/nand/nand.h
+++ b/sys/dev/nand/nand.h
@@ -1,4 +1,4 @@
-/* $NetBSD: nand.h,v 1.20 2020/07/06 10:22:07 rin Exp $ */
+/* $NetBSD: nand.h,v 1.21 2022/08/07 11:06:19 andvar Exp $ */
/*-
* Copyright (c) 2010 Department of Software Engineering,
@@ -101,7 +101,7 @@ struct nand_ecc {
size_t necc_offset; /* offset of ecc data in oob */
size_t necc_size; /* size of ecc data in oob */
size_t necc_block_size; /* block size used in ecc calc */
- size_t necc_code_size; /* reduntant bytes per block */
+ size_t necc_code_size; /* redundant bytes per block */
int necc_steps; /* pagesize / code size */
int necc_type; /* type of the ecc engine */
};