[bootlin/training-materials updates] master: Grammar fix in previous commit (f520a458)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Mar 16 22:07:51 CET 2021


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

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

commit f520a458a615c9de108a022c881192d03fc84e11
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Mar 16 22:07:51 2021 +0100

    Grammar fix in previous commit
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

f520a458a615c9de108a022c881192d03fc84e11
 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 384899ba..1a6fe933 100644
--- a/slides/sysdev-realtime/sysdev-realtime.tex
+++ b/slides/sysdev-realtime/sysdev-realtime.tex
@@ -704,7 +704,7 @@ pthread_join(pthread_t *thread, void **value_ptr);
          \ksym{SCHED_DEADLINE}
     \begin{itemize}
     \item RT Priorities ranging from 0 (lowest) to 99 (highest)
-    \item The highest RT priority threads gets all the CPU time, until it
+    \item The highest RT priority thread gets all the CPU time, until it
       blocks.
     \item With \ksym{SCHED_FIFO}, {\em First In, First Out}, each additional
       threads with the same RT priority has to wait for the first ones to block.




More information about the training-materials-updates mailing list