summaryrefslogtreecommitdiff
path: root/src/xreq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xreq.cpp')
-rw-r--r--src/xreq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xreq.cpp b/src/xreq.cpp
index dd57aba..1c6af9d 100644
--- a/src/xreq.cpp
+++ b/src/xreq.cpp
@@ -68,7 +68,7 @@ int xs::xreq_t::xrecv (msg_t *msg_, int flags_)
return 0;
}
- // XREQ socket doesn't use identities. We can safely drop it and
+ // XREQ socket doesn't use identities. We can safely drop them.
while (true) {
int rc = fq.recv (msg_, flags_);
if (rc != 0)