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

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Nov 15 18:51:36 CET 2023


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

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

commit 919130276512e2c9ff95ccf5a0bd9bb3cfcedb7e
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Nov 15 18:45:06 2023 +0100

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


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

919130276512e2c9ff95ccf5a0bd9bb3cfcedb7e
 .../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 f566ef8b..35183206 100644
--- a/labs/debugging-application-profiling/debugging-application-profiling.tex
+++ b/labs/debugging-application-profiling/debugging-application-profiling.tex
@@ -79,7 +79,7 @@ $ valgrind --tool=cachegrind ./png_convert tux_small.png out.png
 
 The execution will take some time and a \code{cachegrind.out.<pid>} will be
 generated. Once finished, on the host, fix the permissions on the
-\code{callgrind.out.*} file to be able to open it with \code{Kcachegrind}:
+\code{cachegrind.out.*} file to be able to open it with \code{Kcachegrind}:
 
 \begin{bashinput}
 $ sudo chown $USER:$USER cachegrind.out.*




More information about the training-materials-updates mailing list