diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2007-12-30 03:30:56 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-09 21:50:47 +0100 |
commit | 10c7382bc5d5e64c47f94ac2ca78cc574442e82d (patch) | |
tree | e4717850c2c115adae392015cf8ae8d5000b9d22 /include/linux/mtd | |
parent | 7817cb2083d982923752fe0f12b67c0e7c09a027 (diff) | |
download | u-boot-imx-10c7382bc5d5e64c47f94ac2ca78cc574442e82d.zip u-boot-imx-10c7382bc5d5e64c47f94ac2ca78cc574442e82d.tar.gz u-boot-imx-10c7382bc5d5e64c47f94ac2ca78cc574442e82d.tar.bz2 |
fix various comments
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/nand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 49ff80f..4cc4a7d 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -129,7 +129,7 @@ extern int nand_read_raw (struct mtd_info *mtd, uint8_t *buf, loff_t from, size_ #define NAND_ECC_HW3_256 2 /* Hardware ECC 3 byte ECC per 512 Byte data */ #define NAND_ECC_HW3_512 3 -/* Hardware ECC 3 byte ECC per 512 Byte data */ +/* Hardware ECC 6 byte ECC per 512 Byte data */ #define NAND_ECC_HW6_512 4 /* Hardware ECC 8 byte ECC per 512 Byte data */ #define NAND_ECC_HW8_512 6 |