Commit d524f264 authored by Davis King's avatar Davis King

Fixed incorrect comments.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402814
parent 6d04dc96
...@@ -72,10 +72,10 @@ public: ...@@ -72,10 +72,10 @@ public:
message_pipe.wait_until_empty(); message_pipe.wait_until_empty();
// Now disable the message_pipe. Doing this will cause all calls to // Now disable the message_pipe. Doing this will cause all calls to
// message_pipe.dequeue() to return false so our threads will terminate // message_pipe.dequeue() to return false so our thread will terminate
message_pipe.disable(); message_pipe.disable();
// now block until all the threads have terminated // now block until our thread has terminated
wait(); wait();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment