minor comment clarification

This commit is contained in:
Martin Sustrik 2010-06-07 20:23:48 +02:00
parent 784e73a7c8
commit 240fc33f65

View File

@ -291,8 +291,8 @@ zmq::fd_t zmq::tcp_connecter_t::connect ()
err = errno;
if (err != 0) {
// Assert that the error was caused by the networking problems
// rather than 0MQ bug.
// Assert that the error was caused by 0MQ bug.
// Networking problems are OK. No need to assert.
zmq_assert (err == ECONNREFUSED || err == ETIMEDOUT);
errno = err;