Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- locking/locking.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locking/locking.tex b/locking/locking.tex index 580d8766..7ae9a115 100644 --- a/locking/locking.tex +++ b/locking/locking.tex @@ -1326,7 +1326,7 @@ when needed rests with the developer. It is important to note that unconditionally acquiring an exclusive lock has two effects: \begin{enumerate*}[(1)] -\item Waiting for all prior holders of that lock to release it, and +\item Waiting for all prior holders of that lock to release it and \item Blocking any other acquisition attempts until the lock is released. \end{enumerate*} As a result, at lock acquisition time, any concurrent acquisitions of -- 2.17.1