Skip to content

Commit 1e66828

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent e9da1b5 commit 1e66828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
except for the following:
409409
\begin{itemize}
410410
\item The child process has a unique process and parent process ID.
411-
\item If the parent had multiple threads, the child will only have one that
411+
\item If the parent had multiple threads, the child will only have the one that
412412
called \texttt{fork}; will be further explained on page \pageref{FORKALL}.
413413
\item Child process resource utilization counters are set to 0.
414414
\item \texttt{alarm} settings and file locks are not inherited.

0 commit comments

Comments
 (0)