[bootlin/training-materials updates] master: debugging: slides: fix typo and use "many" instead of "much" (917c0e4d)

Clément Léger clement.leger at bootlin.com
Wed Nov 16 18:15:21 CET 2022


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

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

commit 917c0e4d882cdc8dda9ab1d9202a4a1196f6cd9d
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Wed Nov 16 18:06:50 2022 +0100

    debugging: slides: fix typo and use "many" instead of "much"
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

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

diff --git a/slides/debugging-application-profiling/debugging-application-profiling.tex b/slides/debugging-application-profiling/debugging-application-profiling.tex
index cd187c13..485b13a4 100644
--- a/slides/debugging-application-profiling/debugging-application-profiling.tex
+++ b/slides/debugging-application-profiling/debugging-application-profiling.tex
@@ -360,7 +360,7 @@ Performance counter stats for 'cat /etc/fstab':
     \end{itemize}
     \item Simulate a machine with independent \code{I$} and \code{D$} backed
           with a unified L2 cache.
-    \item Really helpful to profile detect cache usage problems (Too much misses, etc).
+    \item Really helpful to detect cache usage problems (Too many misses, etc).
   \end{itemize}
   \begin{block}{}
     \begin{minted}[fontsize=\small]{console}




More information about the training-materials-updates mailing list