summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2007-12-30 03:30:56 +0100
committerWolfgang Denk <wd@denx.de>2008-01-09 21:50:47 +0100
commit10c7382bc5d5e64c47f94ac2ca78cc574442e82d (patch)
treee4717850c2c115adae392015cf8ae8d5000b9d22 /include
parent7817cb2083d982923752fe0f12b67c0e7c09a027 (diff)
downloadblackbird-obmc-uboot-10c7382bc5d5e64c47f94ac2ca78cc574442e82d.tar.gz
blackbird-obmc-uboot-10c7382bc5d5e64c47f94ac2ca78cc574442e82d.zip
fix various comments
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mtd/nand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 49ff80fd3a..4cc4a7d1bb 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
OpenPOWER on IntegriCloud