[bootlin/training-materials updates] master: slides/sysdev-flash-filesystems: fix typo (6b76a384)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Apr 7 10:22:52 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/6b76a3841a6c0b277dfb8f0477edbe5b66cba980

>---------------------------------------------------------------

commit 6b76a3841a6c0b277dfb8f0477edbe5b66cba980
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Apr 7 10:22:20 2023 +0200

    slides/sysdev-flash-filesystems: fix typo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

6b76a3841a6c0b277dfb8f0477edbe5b66cba980
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index cbf7d915..92287ccf 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -18,7 +18,7 @@
           You can control how they are managed.
     \item Allow for random data access too, but require erasing before
           writing on the media.
-    \item Read and write block size (for example 4 KiB) don't use
+    \item Read and write (for example 4 KiB) don't use
           the same block size as erasing (for example 128 KiB).
     \item Multiple flash technologies: NOR flash, NAND
           flash (Single Level Cell - SLC: 1 bit per cell, MLC: multiple bits per cell).




More information about the training-materials-updates mailing list