Revert "And another typo on the same comment"

This reverts commit 297af95451.
This commit is contained in:
Ian Barber
2012-06-12 14:52:38 +01:00
parent 5b167aa896
commit cc230cfe60

View File

@@ -378,7 +378,7 @@ void zmq::session_base_t::process_term (int linger_)
// are processed in case the linger time is non-zero.
pipe->terminate (linger_ != 0);
// If we're storing a pipe to be connected, we can clear that as well
// If we're storing to a pipe to be connected, we can clear that as well
if (outpipe) {
outpipe->set_event_sink (this);
outpipe->terminate (linger_ != 0);