[FE training-materials-updates] Minor font improvement

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


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

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

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

commit 8e4e2f94902466cbdbb6da3cbd12abff5f59c0e9
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Oct 4 15:56:24 2012 +0200

    Minor font improvement


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

8e4e2f94902466cbdbb6da3cbd12abff5f59c0e9
 labs/kernel-locking/kernel-locking.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-locking/kernel-locking.tex b/labs/kernel-locking/kernel-locking.tex
index 5ce4a21..29c7b42 100644
--- a/labs/kernel-locking/kernel-locking.tex
+++ b/labs/kernel-locking/kernel-locking.tex
@@ -22,7 +22,7 @@ We have two shared resources in our driver:
 \begin{itemize}
 
 \item The buffer that allows to transfer the read data from the
-  interrupt handler to the read() operation.
+  interrupt handler to the \code{read()} operation.
 
 \item The device itself. It might not be a good idea to mess with the
   device registers at the same time and in two different contexts.



More information about the training-materials-updates mailing list