summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-09-04 16:10:14 +0200
committerMartin Lucina <mato@kotelna.sk>2010-09-04 16:10:14 +0200
commitf850190c16df0d55015dc15cd5c0c50289db5dda (patch)
tree0f4b830df0e7a253d4ea3a16c9346aef14d84640 /include
parentee3444ff93888a052cd1ba48aa22892f7077a7a0 (diff)
zmq.h: Fix typo and use of C99 comment
Diffstat (limited to 'include')
-rw-r--r--include/zmq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zmq.h b/include/zmq.h
index bce1215..d3a6332 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -42,13 +42,13 @@ extern "C" {
#endif
/******************************************************************************/
-/* 0MQ versioning support. */
+/* 0MQ versioning support. */
/******************************************************************************/
ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch);
/******************************************************************************/
-// 0MQ errors.
+/* 0MQ errors. */
/******************************************************************************/
/* A number random anough not to collide with different errno ranges on */