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