Skip to content

Commit f034f65

Browse files
committed
add comma
1 parent 631dfc5 commit f034f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@
982982
(the same flag color for all situations). For the latter, the threads waiting
983983
on \texttt{n > 7} and \texttt{n == 99} must always test \texttt{n} as they know
984984
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
985+
equal to 7, the thread must voluntarily put itself to sleep again. As it is
986986
explained further, the \emsl{test is necessary to perform after an every
987987
wake-up} even if a dedicated condition variable is used for every possible
988988
state -- it may happen that the system can wake up a sleeping thread (because

0 commit comments

Comments
 (0)