[bootlin/training-materials updates] master: Embedded Linux labs (QEMU): fix syntax issue (7d119cc4)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Jul 13 19:53:41 CEST 2021


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

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

commit 7d119cc48622da8895dbbfb15000fbb1c26b0d54
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Jul 13 19:52:00 2021 +0200

    Embedded Linux labs (QEMU): fix syntax issue
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
    Reported-by: Lucas Audibert <lucas.audibert at continental-corporation.com>


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

7d119cc48622da8895dbbfb15000fbb1c26b0d54
 labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex b/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
index 4f7d9a20..8c059b6c 100644
--- a/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
+++ b/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
@@ -102,7 +102,7 @@ The commands that we are going to use will be further explained
 during the {\em Block filesystems} lectures.
 
 First, using the \code{dd} command, create a 1 GB file
-filled with zeros, called code{sd.img}:
+filled with zeros, called \code{sd.img}:
 
 \bashcmd{$ dd if=/dev/zero of=sd.img bs=1M count=1024}
 




More information about the training-materials-updates mailing list