Skip to content

Commit 0aaa4e2

Browse files
committed
Improved wording.
1 parent 6d6e966 commit 0aaa4e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proc.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@
301301
\begin{itemize}
302302
\item The system class is used only by the kernel, a user process running
303303
in a kernel mode retains its own planning characteristics.
304-
\item Processes in the real time class have the biggest priority,
305-
therefore most be configured correctly, otherwise they could block
306-
the rest of the system from getting any CPU time.
304+
\item Processes in the real time class have the biggest priority and so should
305+
be configured correctly otherwise they could block the rest of the system from
306+
getting any CPU time.
307307
\item If a process in a time-shared class is put to sleep and is waiting on an
308308
event, the system priority is temporarily assigned to it. After a wake-up, such
309309
a process will be assigned a CPU earlier than other non-sleeping processes to

0 commit comments

Comments
 (0)