[FE training-materials-updates] RT slides: fix simple typo

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Nov 10 15:24:30 CET 2017


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=7c94c03c54b3c4570f3ed31e08959cb0f8fede7c

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

commit 7c94c03c54b3c4570f3ed31e08959cb0f8fede7c
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Nov 10 15:24:30 2017 +0100

    RT slides: fix simple typo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

7c94c03c54b3c4570f3ed31e08959cb0f8fede7c
 slides/sysdev-realtime/sysdev-realtime.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-realtime/sysdev-realtime.tex b/slides/sysdev-realtime/sysdev-realtime.tex
index d7b47b4..d908406 100644
--- a/slides/sysdev-realtime/sysdev-realtime.tex
+++ b/slides/sysdev-realtime/sysdev-realtime.tex
@@ -233,7 +233,7 @@
   \item To avoid such sources of non-determinism, your system should allocate
     all the resources it needs ahead of time, before it is ready to react
     to events in a real-time way. For the virtual memory needs, it will
-    be done through the \code{mlock{}} and \code{mlockall()} system calls.
+    be done through the \code{mlock()} and \code{mlockall()} system calls.
   \end{itemize}
   Issues can be addressed with a correct system design!
 \end{frame}




More information about the training-materials-updates mailing list