aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/mtd
diff options
context:
space:
mode:
authorCarlos Garcia <carlos@cgarcia.org>2014-04-04 22:31:00 -0400
committerJiri Kosina <jkosina@suse.cz>2014-05-05 09:32:05 -0400
commitc98be0c96db00e9b6b02d31e0fa7590c54cdaaac (patch)
tree3c189a2a2342bf4454fd8826ad61b2cb84eab6b3 /Documentation/mtd
parent07656d83085dfd3d5eff5d588a6f50c35c853ee0 (diff)
doc: spelling error changes
Fixed multiple spelling errors. Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Carlos E. Garcia <carlos@cgarcia.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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