Skip to content

Commit a844175

Browse files
author
Vladimir Kotal
committed
fix spelling
1 parent 12f8325 commit a844175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
965965
wake-up} even if a dedicated condition variable is used for every possible
966966
state -- it may happen that the system can wake up a sleeping thread (because
967967
of various implementation reasons) without any other thread causing this; it is
968-
called a \emsl{spurious wakeup}.
968+
called a \emsl{spurious wake up}.
969969
\end{itemize}
970970

971971
%%%%%
@@ -1132,7 +1132,7 @@
11321132
was signalled however it is not necessary. The signalling can be done
11331133
after unlocking and in such a case it can be more efficient (depending on
11341134
a given implementation) because the thread that has been woken up will not get
1135-
immediatelly blocked by the mutex which is still held by the thread signalling
1135+
immediately blocked by the mutex which is still held by the thread signalling
11361136
from within the critical section.
11371137
\item \label{QUEUESIMULATION} Example:
11381138
\example{cond-variables/queue-simulation.c}

0 commit comments

Comments
 (0)