[bootlin/training-materials updates] master: debugging: labs: slightly reword sentence (5c3c98ba)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Feb 23 15:57:07 CET 2023


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

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

commit 5c3c98ba03abe5e81c1199b2380ea845fb1aa304
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Feb 23 14:26:43 2023 +0100

    debugging: labs: slightly reword sentence
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

5c3c98ba03abe5e81c1199b2380ea845fb1aa304
 .../debugging-system-wide-profiling.tex                               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex b/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
index e13bae4c..d0ff7fe8 100644
--- a/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -29,8 +29,8 @@ $ make
 \end{bashinput}
 
 On the target, we will create a uprobe in the main function of the
-\code{crc_random} program each time a crc is computed. First, let list the lines
-number that are recognized by perf to add a uprobe:
+\code{crc_random} program each time a crc is computed. First, let's list the line
+numbers that are recognized by perf to add a uprobe:
 
 \begin{bashinput}
 $ perf probe --source=./ -x ./crc_random -L main




More information about the training-materials-updates mailing list