[FE training-materials-updates] Minor font improvement

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Oct 4 17:16:26 CEST 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=5de8cf55ca2855e56a8265e096bf4563d2b1b590

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

commit 5de8cf55ca2855e56a8265e096bf4563d2b1b590
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Oct 4 15:10:49 2012 +0200

    Minor font improvement


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

5de8cf55ca2855e56a8265e096bf4563d2b1b590
 labs/kernel-debugging/kernel-debugging.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-debugging/kernel-debugging.tex b/labs/kernel-debugging/kernel-debugging.tex
index e140267..2a5dc38 100644
--- a/labs/kernel-debugging/kernel-debugging.tex
+++ b/labs/kernel-debugging/kernel-debugging.tex
@@ -91,7 +91,7 @@ kernel module. See it crashing in a nice way.
 
 \section{Analyzing the crash message}
 
-Analyze the crash message carefully. Knowing that on ARM, the pc
+Analyze the crash message carefully. Knowing that on ARM, the \code{PC}
 register contains the location of the instruction being executed, find
 in which function does the crash happens, and what the function call
 stack is.



More information about the training-materials-updates mailing list