[bootlin/training-materials updates] master: debugging: labs: fix minor typo (252ee582)

Alexis Lothoré alexis.lothore at bootlin.com
Thu Aug 3 15:16:11 CEST 2023


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

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

commit 252ee58288ad25bdd9868dc91f953fbfeedc032f
Author: Alexis Lothoré <alexis.lothore at bootlin.com>
Date:   Thu Aug 3 15:16:11 2023 +0200

    debugging: labs: fix minor typo
    
    Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>


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

252ee58288ad25bdd9868dc91f953fbfeedc032f
 .../debugging-application-profiling/debugging-application-profiling.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/debugging-application-profiling/debugging-application-profiling.tex b/labs/debugging-application-profiling/debugging-application-profiling.tex
index 9807025a..ef50c5bf 100644
--- a/labs/debugging-application-profiling/debugging-application-profiling.tex
+++ b/labs/debugging-application-profiling/debugging-application-profiling.tex
@@ -177,5 +177,5 @@ $ perf report --symfs=/home/$USER/debugging-labs/buildroot/output/staging/
 {\em NOTE: the vmlinux file used for the \code{-k} option must match the kernel
 build id that is running on the board or perf will not use it.}
 
-{\em NOTE: in order to annotate the dissasembled code and display the time spent,
+{\em NOTE: in order to annotate the disassembled code and display the time spent,
 for each instruction, \code{CROSS_COMPILE} must be set.}




More information about the training-materials-updates mailing list