We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c22f0b commit df27090Copy full SHA for df27090
threads.tex
@@ -278,7 +278,7 @@
278
\end{alltt}
279
280
\hlabel{INT_AS_ARG} Example: \example{pthreads/int-as-arg.c}
281
-\item If we need to pass more bytes than it is the size of the pointer, you must
+\item If we need to pass more bytes than the size of the pointer, you must
282
pass a pointer to memory where the passed data is stored, or use global
283
variables. Accessing global variables must be synchronized, of course. More on
284
that on page \pageref{THREADSYNCHRONIZATION}.
0 commit comments