[bootlin/training-materials updates] master: slides/boot-time-filesystems: fix typo (d22d32d4)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Jun 13 18:29:24 CEST 2023


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

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

commit d22d32d4cf673546e5167f72ce4c580e6ed06870
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Jun 13 18:29:24 2023 +0200

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


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

d22d32d4cf673546e5167f72ce4c580e6ed06870
 slides/boot-time-filesystems/boot-time-filesystems.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/boot-time-filesystems/boot-time-filesystems.tex b/slides/boot-time-filesystems/boot-time-filesystems.tex
index ff216c02..93eef10c 100644
--- a/slides/boot-time-filesystems/boot-time-filesystems.tex
+++ b/slides/boot-time-filesystems/boot-time-filesystems.tex
@@ -99,7 +99,7 @@ For raw flash storage, on top of the UBI layer
 \item Drawbacks:
       \begin{itemize}
       \item Not appropriate for small partitions (too much metadata
-	    overhead). Use JFFS2 or JAFFS2 instead.
+	    overhead). Use JFFS2 or YAFFS2 instead.
       \item Not so good mount time, because of the time needed
             to initialize UBI ({\em UBI Attach}: at boot time or running
             \code{ubi_attach} in user space).




More information about the training-materials-updates mailing list