summaryrefslogtreecommitdiff
path: root/bindings/c
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-11-22 16:51:21 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-11-22 16:51:21 +0100
commite90ada0d044636201c57786307a49a52f9cf7643 (patch)
treefa71e4c876ee4b6c02d8e5a34ac63274c3a00af2 /bindings/c
parent6602cce9af93539df8f1c43235e7e7130a3df60d (diff)
more man pages filled in
Diffstat (limited to 'bindings/c')
-rw-r--r--bindings/c/zmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/c/zmq.h b/bindings/c/zmq.h
index 40750ec..9b11a1d 100644
--- a/bindings/c/zmq.h
+++ b/bindings/c/zmq.h
@@ -180,7 +180,7 @@ ZMQ_EXPORT int zmq_term (void *context);
// Socket to send requests and receive replies. Requests are
// load-balanced among all the peers. This socket type allows
-// only an alternated sequence of send's and recv's
+// only an alternated sequence of send's and recv's.
#define ZMQ_REQ 3
// Socket to receive requests and send replies. This socket type allows