Skip to content

Commit f72c79b

Browse files
committed
adjust wording
1 parent 60d04af commit f72c79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threads.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
binary semaphores is that \emsl{mutex has an owner and locked mutex must be
814814
unlocked only by the thread that acquired it.} This is not the case with
815815
semaphores. In order to check whether given mutex was locked by different thread
816-
when acquiring it, it is necessary to test return value of
816+
when acquiring it, it is necessary to test the return value of
817817
\texttt{p\-thread\_mutex\_lock}, and also have the lock checking set, see below.
818818
\item Mutexes are meant to be held for short time only. They are used for
819819
critical section (see the definition on page \pageref{CRITICALSECTION})

0 commit comments

Comments
 (0)