[bootlin/training-materials updates] master: slides/common/kgdb: fix typo (aaab3a46)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Apr 6 10:34:45 CEST 2023


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

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

commit aaab3a468581f4dadcab216468b5e7f13fcaed9e
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Apr 6 10:34:11 2023 +0200

    slides/common/kgdb: fix typo
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

aaab3a468581f4dadcab216468b5e7f13fcaed9e
 common/kgdb.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/kgdb.tex b/common/kgdb.tex
index f6a2e32f..03b60496 100644
--- a/common/kgdb.tex
+++ b/common/kgdb.tex
@@ -52,7 +52,7 @@
       \item When interrupted by KGDB, all interrupts are disabled thus, the
             watchdog is not serviced.
       \item Sometimes, watchdog is enabled by upper boot levels. Make sure to
-            disabled the watchdog there too.
+            disable the watchdog there too.
     \end{itemize}
     \item Can not interrupt kernel execution from gdb using \code{interrupt}
           command or \code{Ctrl + C}.




More information about the training-materials-updates mailing list