[bootlin/training-materials updates] master: sysdev: labs: fix typo (3b18b88b)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Feb 10 16:36:44 CET 2023


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

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

commit 3b18b88b4125629bfb13ddba42c39c870f44d14c
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Feb 10 16:36:09 2023 +0100

    sysdev: labs: fix typo
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

3b18b88b4125629bfb13ddba42c39c870f44d14c
 labs/sysdev-tinysystem/sysdev-tinysystem.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
index afd73829..b5974cc0 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -238,7 +238,7 @@ did during the toolchain lab}, and run it on the target.
 
 You will first encounter a very misleading \code{not found} error,
 which is not because the \code{hello} executable is not found, but
-because something else is not found using the attempt to execute
+because something else was not found while trying to execute
 this executable. What's missing is the \code{ld-uClibc.so.0}
 executable, which is the dynamic linker required to execute any
 program compiled with shared libraries. Using the \code{find}




More information about the training-materials-updates mailing list