aboutsummaryrefslogtreecommitdiff
path: root/networking/isrv.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2014-01-09 20:05:47 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2014-01-09 20:05:47 +0100
commitabaf9109bdacf9ec2f5c60eccb175a241fb70743 (patch)
treea88d679a404d361f759034784f63ebb963e281eb /networking/isrv.h
parent3ea93e853e44fd7e227688cb96f5f847817862c0 (diff)
downloadbusybox-abaf9109bdacf9ec2f5c60eccb175a241fb70743.tar.gz
fixlet for the previous commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/isrv.h')
-rw-r--r--networking/isrv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/isrv.h b/networking/isrv.h
index a42fd4100..d412973b7 100644
--- a/networking/isrv.h
+++ b/networking/isrv.h
@@ -32,7 +32,7 @@ int isrv_register_peer(isrv_state_t *state, void *param);
* if it returns !0, peer is removed.
*
* If listen_fd is active, accept new connection ("peer"),
- * call new_peer() on it, and if it returns 1,
+ * call new_peer() on it, and if it returns 0,
* and add it to fds to select on.
* Now, select will wait for <timeout>, not <linger_timeout>
* (as long as we we have more than zero clients).