[git commit] fixlet for the previous commit

Denys Vlasenko vda.linux at googlemail.com
Thu Jan 9 19:05:47 UTC 2014


commit: http://git.busybox.net/busybox/commit/?id=abaf9109bdacf9ec2f5c60eccb175a241fb70743
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/isrv.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/networking/isrv.h b/networking/isrv.h
index a42fd41..d412973 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).


More information about the busybox-cvs mailing list