Skip to content

Commit df27090

Browse files
committed
improve wording
1 parent 8c22f0b commit df27090

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
@@ -278,7 +278,7 @@
278278
\end{alltt}
279279

280280
\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
281+
\item If we need to pass more bytes than the size of the pointer, you must
282282
pass a pointer to memory where the passed data is stored, or use global
283283
variables. Accessing global variables must be synchronized, of course. More on
284284
that on page \pageref{THREADSYNCHRONIZATION}.

0 commit comments

Comments
 (0)