[bootlin/training-materials updates] master: debugging-principles.tex: minor fixes (ef3e1f3e)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Nov 28 12:03:05 CET 2022


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

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

commit ef3e1f3e3fd73f4ef9d5ffa92ead98bd45048a21
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Nov 28 12:03:05 2022 +0100

    debugging-principles.tex: minor fixes
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

ef3e1f3e3fd73f4ef9d5ffa92ead98bd45048a21
 slides/debugging-principles/debugging-principles.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/debugging-principles/debugging-principles.tex b/slides/debugging-principles/debugging-principles.tex
index f919de26..549ede04 100644
--- a/slides/debugging-principles/debugging-principles.tex
+++ b/slides/debugging-principles/debugging-principles.tex
@@ -5,10 +5,10 @@
   \begin{columns}
     \column{0.6\textwidth}
     \begin{itemize}
-      \item Debugging, profiling and tracing are often used for development purpose
-      \item All of these methods have different goals which aims at perfecting the
+      \item Debugging, profiling and tracing are often used for development purposes
+      \item All of these methods have different goals which aim at perfecting the
             software that is being developed
-      \item Requires some knowledge about underlying mechanism to correctly identify
+      \item Requires some knowledge about underlying mechanisms to correctly identify
             and fix bugs
     \end{itemize}
     \column{0.4\textwidth}




More information about the training-materials-updates mailing list