Commit 06b2eae8 authored by Sergey KHripchenko's avatar Sergey KHripchenko

small wording change

parent 2faa4c48
...@@ -547,7 +547,7 @@ int zmq::socket_base_t::term_endpoint (const char *addr_) ...@@ -547,7 +547,7 @@ int zmq::socket_base_t::term_endpoint (const char *addr_)
return -1; return -1;
} }
// Check whether message passed to the function is valid. // Check whether endpoint address passed to the function is valid.
if (unlikely (!addr_)) { if (unlikely (!addr_)) {
errno = EINVAL; errno = EINVAL;
return -1; return -1;
......
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