diff options
Diffstat (limited to 'Documentation/mtd')
-rw-r--r-- | Documentation/mtd/nand/pxa3xx-nand.txt | 2 |
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. | |||
48 | Note that the actual BCH mode: BCH-4 or BCH-8 will depend on the way | 48 | Note that the actual BCH mode: BCH-4 or BCH-8 will depend on the way |
49 | the controller is configured to transfer the data. | 49 | the controller is configured to transfer the data. |
50 | 50 | ||
51 | In the BCH mode the ECC code will be calculated for each transfered chunk | 51 | In the BCH mode the ECC code will be calculated for each transferred chunk |
52 | and expected to be located (when reading/programming) right after the spare | 52 | and expected to be located (when reading/programming) right after the spare |
53 | bytes as the figure above shows. | 53 | bytes as the figure above shows. |
54 | 54 | ||