mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 07:16:04 +00:00
Fixed spelling in comments
This commit is contained in:
parent
fb43d5a0fe
commit
1ea06883c0
@ -102,8 +102,8 @@ int zmq::lb_t::send (msg_t *msg_)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If it's final part of the message we can fluch it downstream and
|
// If it's final part of the message we can flush it downstream and
|
||||||
// continue round-robinning (load balance).
|
// continue round-robining (load balance).
|
||||||
more = msg_->flags () & msg_t::more? true: false;
|
more = msg_->flags () & msg_t::more? true: false;
|
||||||
if (!more) {
|
if (!more) {
|
||||||
pipes [current]->flush ();
|
pipes [current]->flush ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user