[bootlin/training-materials updates] master: debugging: labs: fix typos and latex syntax (ab9a8b07)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Mar 24 19:29:50 CET 2023


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

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

commit ab9a8b0754cebe02ee928a064d564055de3fe9ef
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Mar 24 17:54:00 2023 +0100

    debugging: labs: fix typos and latex syntax
    
    Fix a few typos in this sentence. The Latex bold command is wrong (only the
    first letter is rendered as bold), but to make the entire paragraph more
    coherent we just remove that and slightly reword, which also does not
    require any bold commands.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

ab9a8b0754cebe02ee928a064d564055de3fe9ef
 labs/debugging-kernel-debugging/debugging-kernel-debugging.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
index da5425a6..82cd0bba 100644
--- a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -67,10 +67,10 @@ kmemleak scan using:
 # echo scan > /sys/kernel/debug/kmemleak
 \end{bashinput}
 
-{\textbf Note: You might need to run the \code{scan} command several times
-before it detect leakage due to memory still cotnaining references to the the
-leaked pointer.} Soon after that, the kernel will report that some leaks have
-been identified. Display them and analyze them using:
+Note that you might need to run the \code{scan} command several times
+before it detects a leakage due to memory still containing references to
+the leaked pointer. Soon after that, the kernel will report that some leaks
+have been identified. Display them and analyze them using:
 
 \begin{bashinput}
 # cat /sys/kernel/debug/kmemleak




More information about the training-materials-updates mailing list