Skip to content

Commit cda9931

Browse files
committed
fix wording for pthread_setspecific()
1 parent a08ea10 commit cda9931

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
@@ -523,7 +523,7 @@
523523
\\\>const void *\emph{value});}
524524
]]])
525525
\begin{itemize}
526-
\item sets pointer \emph{value} to \emph{key}
526+
\item binds pointer \emph{value} to previously created \emph{key}
527527
\end{itemize}
528528
ifdef([[[NOSPELLCHECK]]], [[[
529529
\texttt{void *\funnm{pthread\_getspecific}(pthread\_key\_t \emph{key});}

0 commit comments

Comments
 (0)