aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/mtd
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/mtd')
-rw-r--r--Documentation/mtd/nand/pxa3xx-nand.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mtd/nand/pxa3xx-nand.txt b/Documentation/mtd/nand/pxa3xx-nand.txt
index 840fd41c181b..1074cbc67ec6 100644
--- a/Documentation/mtd/nand/pxa3xx-nand.txt
+++ b/Documentation/mtd/nand/pxa3xx-nand.txt
@@ -48,7 +48,7 @@ configurable between two modes: 1) Hamming, 2) BCH.
48Note that the actual BCH mode: BCH-4 or BCH-8 will depend on the way 48Note that the actual BCH mode: BCH-4 or BCH-8 will depend on the way
49the controller is configured to transfer the data. 49the controller is configured to transfer the data.
50 50
51In the BCH mode the ECC code will be calculated for each transfered chunk 51In the BCH mode the ECC code will be calculated for each transferred chunk
52and expected to be located (when reading/programming) right after the spare 52and expected to be located (when reading/programming) right after the spare
53bytes as the figure above shows. 53bytes as the figure above shows.
54 54