[bootlin/training-materials updates] master: Real-time slides: fix typo (09a1cd9b)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Mar 17 08:59:53 CET 2021


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

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

commit 09a1cd9bc4344d8672439db0b695729d35ae7dd5
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Mar 17 08:59:53 2021 +0100

    Real-time slides: fix typo
    
    Reported-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

09a1cd9bc4344d8672439db0b695729d35ae7dd5
 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 1a6fe933..4d27fea0 100644
--- a/slides/sysdev-realtime/sysdev-realtime.tex
+++ b/slides/sysdev-realtime/sysdev-realtime.tex
@@ -880,7 +880,7 @@ timer_delete(timer_t timerid)
   \item Get the resolution of a clock, \code{clock_getres}
   \item Other functions: \code{timer_getoverrun()}, \code{timer_gettime()}
   \item You can also directly use \code{nanosleep()} or
-        \code{lock_nanosleep()} to transparently setup timers for
+        \code{clock_nanosleep()} to transparently setup timers for
         specified amounts of time.
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list