Commit 297af954 authored by Ian Barber's avatar Ian Barber

And another typo on the same comment

parent b79aaaf4
......@@ -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);
......
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