And another typo on the same comment

This commit is contained in:
Ian Barber
2012-06-03 21:38:41 +01:00
parent b79aaaf473
commit 297af95451

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 to a pipe to be connected, we can clear that as well
// If we're storing a pipe to be connected, we can clear that as well
if (outpipe) {
outpipe->set_event_sink (this);
outpipe->terminate (linger_ != 0);