[bootlin/training-materials updates] master: labs/sysdev-application-development-and-debugging: fix typo (cbc38324)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Sep 30 12:58:24 CEST 2022


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

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

commit cbc383246f192756ecfdfc625c29017c4abf7942
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Sep 30 12:57:45 2022 +0200

    labs/sysdev-application-development-and-debugging: fix typo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

cbc383246f192756ecfdfc625c29017c4abf7942
 .../sysdev-application-development-and-debugging.tex                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
index 73cf66a6..6fb892f2 100644
--- a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
+++ b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
@@ -199,7 +199,7 @@ target to get a \code{core.xxx} file dumped when you run
 \code{nunchuk-mpd-client} again.
 
 Once you have such a file, inspect it with \code{arm-linux-gdb} on
-the target, set the \code{sysroot} setting, and then generate
+the host, set the \code{sysroot} setting, and then generate
 a backtrace to see where the program crashed.
 
 You can even see the value of all variables in the different




More information about the training-materials-updates mailing list