Made a comment more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403715
This commit is contained in:
Davis King 2010-07-02 00:32:43 +00:00
parent c6abad1f84
commit 7f6758181f

View File

@ -62,8 +62,9 @@ int main()
// we will wait for t3 to end here because the destructor for
// thread_function objects always waits for their thread to end
// At this point we will automatically wait for t3 to end because
// the destructor for thread_function objects always wait for their
// thread to terminate.
}