Skip to content

Commit 2684610

Browse files
committed
Reword to better fit.
1 parent 4d6c9d0 commit 2684610

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

threads.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,9 @@
316316
\end{slide}
317317

318318
\begin{itemize}
319-
\item a key created by \funnm{pthread\_key\_create}() is visible from all
320-
threads. In every thread the key may be associated with a different value via
321-
\funnm{pthread\_setspecific}()
319+
\item A key created by \funnm{pthread\_key\_create}() is visible from all
320+
threads. However, in every thread the key may be associated with a different
321+
value via \funnm{pthread\_setspecific}().
322322
\item Each thread has a fixed size stack which \emsl{does not automatically
323323
increase.} It is usually anywhere from 64 kilobytes to a few megabytes. If you
324324
cross that limit, the program will quite probably crash. If you want a stack of

0 commit comments

Comments
 (0)