0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-17 04:50:57 +08:00

small wording change

This commit is contained in:
Sergey KHripchenko 2012-04-21 08:12:59 +04:00
parent 2faa4c487f
commit 06b2eae87d

View File

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