Skip to content

Commit 4b44ed9

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent dadd899 commit 4b44ed9

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
@@ -1249,7 +1249,7 @@
12491249
\begin{itemize}
12501250
\item \emph{Interesting property}: if a thread waiting on a read-write lock
12511251
receives a signal, the signal handler will be invoked and then it will
1252-
transparently continue waiting, i.e. there will be no error \texttt{EINTR}.
1252+
transparently continue waiting, i.e. there will be no \texttt{EINTR} error.
12531253
The same is true for mutexes and condition variables.
12541254
\end{itemize}
12551255

0 commit comments

Comments
 (0)