summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/mtd
diff options
context:
space:
mode:
authorRemington Brasga <rbrasga@uci.edu>2024-04-30 01:55:27 +0300
committerJonathan Corbet <corbet@lwn.net>2024-05-02 19:02:29 +0300
commitda51bbcdbace8f43adf6066934c3926b656376e5 (patch)
tree0ef923a8a2aba086a10fec6ccc413fa7e860dc44 /Documentation/driver-api/mtd
parentd43ddd5c91802a46354fa4c4381416ef760676e2 (diff)
downloadlinux-da51bbcdbace8f43adf6066934c3926b656376e5.tar.xz
Docs: typos/spelling
Fix spelling and grammar in Docs descriptions Signed-off-by: Remington Brasga <rbrasga@uci.edu> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240429225527.2329-1-rbrasga@uci.edu
Diffstat (limited to 'Documentation/driver-api/mtd')
-rw-r--r--Documentation/driver-api/mtd/nand_ecc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/mtd/nand_ecc.rst b/Documentation/driver-api/mtd/nand_ecc.rst
index 74347c14a70b..a0d681f26a2e 100644
--- a/Documentation/driver-api/mtd/nand_ecc.rst
+++ b/Documentation/driver-api/mtd/nand_ecc.rst
@@ -462,7 +462,7 @@ statements is reduced. This is also reflected in the assembly code.
Analysis 3
==========
-Very weird. Guess it has to do with caching or instruction parallellism
+Very weird. Guess it has to do with caching or instruction parallelism
or so. I also tried on an eeePC (Celeron, clocked at 900 Mhz). Interesting
observation was that this one is only 30% slower (according to time)
executing the code as my 3Ghz D920 processor.