Skip to content

Commit 619e169

Browse files
author
Vladimir Kotal
committed
wording
1 parent 90f6f64 commit 619e169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synchro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@
238238
\end{slide}
239239

240240
\begin{itemize}
241-
\item Both Dekker and Peterson need to achieve the result only shared memory,
242-
i.e. several variables shared by processes.
241+
\item Both Dekker and Peterson need to achieve the result via only shared
242+
memory, i.e. several variables shared by processes.
243243
\item Dekker's solution is presented as a first solution to the problem of
244244
mutual exclusion of 2 processes, without having to apply the mechanism of
245245
strict alternation, i.e. if second process does not express will to enter

0 commit comments

Comments
 (0)