Skip to content

Commit 9723778

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 6bcac4b commit 9723778

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
@@ -1313,8 +1313,8 @@
13131313
\item \emph{thead-safe} means that the function can be called from multiple
13141314
threads in parallel without destructive consequences
13151315
\begin{itemize}
1316-
\item the function which was not designed to be thread-safe can be
1317-
converted into the one that is by inserting a locked section.
1316+
\item a function which was not designed to be thread-safe can be
1317+
converted into one that is -- by inserting a locked section.
13181318
\item this is obviously not very efficient
13191319
\end{itemize}
13201320
\item \emph{reentrant} typically means that the function was designed

0 commit comments

Comments
 (0)