From 7e09039e9aeb4c6ab825573c7a34e86b9693ade6 Mon Sep 17 00:00:00 2001 From: Joseph Muia Date: Wed, 25 Jul 2018 22:25:41 -0400 Subject: [PATCH] Fix typo in 9.3 Joining threads --- book/book.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.tex b/book/book.tex index cd04cb3..83ab011 100644 --- a/book/book.tex +++ b/book/book.tex @@ -3477,7 +3477,7 @@ \section{Joining threads} } \end{verbatim} -This loops waits for the children one at a time in the order they +This loop waits for the children one at a time in the order they were created. There is no guarantee that the child threads complete in that order, but this loop works correctly even if they don't. If one of the children is late, the loop might have to wait, and other children