summaryrefslogtreecommitdiff
path: root/include/zmq.h
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-04-15 07:32:25 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-04-15 07:32:25 +0200
commitea18d30c209cb4e3f0dd0bc5e4380345e81b6fb6 (patch)
treebae5046dec61c30bdf8ac9d63fb9f5761747d892 /include/zmq.h
parent7668e7976dc6c3e18a314d991381f29f5cbcc6ef (diff)
atomic_ptr fix of Win64
Diffstat (limited to 'include/zmq.h')
-rw-r--r--include/zmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h
index fc52584..47d8359 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -40,7 +40,7 @@ extern "C" {
#endif
/******************************************************************************/
-/* 0MQ versioning supprt. */
+/* 0MQ versioning support. */
/******************************************************************************/
ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch);