We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631dfc5 commit f034f65Copy full SHA for f034f65
threads.tex
@@ -982,7 +982,7 @@
982
(the same flag color for all situations). For the latter, the threads waiting
983
on \texttt{n > 7} and \texttt{n == 99} must always test \texttt{n} as they know
984
that they are woken up whenever the variable changed. If the variable is not
985
-equal to 7 the thread must voluntarily put itself to sleep again. As it is
+equal to 7, the thread must voluntarily put itself to sleep again. As it is
986
explained further, the \emsl{test is necessary to perform after an every
987
wake-up} even if a dedicated condition variable is used for every possible
988
state -- it may happen that the system can wake up a sleeping thread (because
0 commit comments