Skip to content

Commit bc8b02f

Browse files
committed
fix wording
1 parent cda9931 commit bc8b02f

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
@@ -535,7 +535,7 @@
535535

536536
\begin{itemize}
537537
\item \label{THREAD_SPECIFIC_DATA} Global variables and dynamically
538-
allocated data is common to all threads. Thread specific data provides a way to
538+
allocated data are common to all threads. Thread specific data provides a way to
539539
create a global variable per thread. Note the difference between that and a
540540
local variable in the thread function -- as you know, in C, the local variable
541541
is not visible in other functions called from the thread function. Thread

0 commit comments

Comments
 (0)