[bootlin/training-materials updates] master: common: scheduling-classe: Fix typo (3f344dc7)

Herve Codina herve.codina at bootlin.com
Mon Nov 14 18:19:03 CET 2022


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

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

commit 3f344dc77715f68a80661a16887c76f050d91eed
Author: Herve Codina <herve.codina at bootlin.com>
Date:   Mon Nov 14 18:18:08 2022 +0100

    common: scheduling-classe: Fix typo
    
    Signed-off-by: Herve Codina <herve.codina at bootlin.com>


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

3f344dc77715f68a80661a16887c76f050d91eed
 common/scheduling-classes.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scheduling-classes.tex b/common/scheduling-classes.tex
index 8cfbc667..880865fb 100644
--- a/common/scheduling-classes.tex
+++ b/common/scheduling-classes.tex
@@ -34,7 +34,7 @@
 		\item \ksym{SCHED_RR} : Similar to SCHED\_FIFO but with a time-sharing round-robin between tasks with the same priority
 		\item \ksym{SCHED_DEADLINE} : For tasks doing recurrent jobs, extra attributes are attached to a task
 			\begin{itemize}
-				\item A computation time, which represents the time the tasks needs to complete a job
+				\item A computation time, which represents the time the task needs to complete a job
 				\item A deadline, which is the maximum allowable time to compute the job
 				\item A period, during which only one job can occur
 			\end{itemize}




More information about the training-materials-updates mailing list