Skip to content

Commit 9d3da44

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 5f89ca6 commit 9d3da44

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
@@ -543,8 +543,8 @@
543543
multithreading code using a global storage place which suffers from heavy
544544
contention. You can easily create a thread specific data to create a storage
545545
place per thread with minimal changes to the original code.
546-
\item When you create a key, \texttt{NULL} is associated with it. If you do not
547-
need the destructor function, use \texttt{NULL}.
546+
\item When you create a key, the \texttt{NULL} value is associated with it.
547+
\item If you do not need the destructor function, use \texttt{NULL}.
548548
\item Destructors are called in unspecified order on all keys with a value
549549
different from \texttt{NULL}. Its value is set to \texttt{NULL} and the
550550
original value is used as a parameter to the destructor. If, after all the

0 commit comments

Comments
 (0)