summaryrefslogtreecommitdiff
path: root/tests/linger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/linger.cpp')
-rw-r--r--tests/linger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/linger.cpp b/tests/linger.cpp
index 5c0480c..35de303 100644
--- a/tests/linger.cpp
+++ b/tests/linger.cpp
@@ -24,7 +24,7 @@ int XS_TEST_MAIN ()
{
fprintf (stderr, "linger test running...\n");
- // Create REQ/XREP wiring.
+ // Create socket.
void *ctx = xs_init (1);
assert (ctx);
void *s = xs_socket (ctx, XS_PUSH);