aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-04 17:49:47 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-04 17:49:47 +0000
commit1ca332b367bee3cf673dff700db1b8741f941a78 (patch)
tree6f04be142f8e818b2622261e35a989e7c316f222
parent2a47dea263afdb98e1d545da3c48e829883974ef (diff)
downloadbusybox-1ca332b367bee3cf673dff700db1b8741f941a78.tar.gz
reword comment
-rw-r--r--ipsvd/tcpudp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c
index 66f44e9a6..d2e34e3e8 100644
--- a/ipsvd/tcpudp.c
+++ b/ipsvd/tcpudp.c
@@ -288,7 +288,7 @@ int tcpudpsvd_main(int argc, char **argv)
remote.len = sa_len;
conn = accept(sock, &remote.sa, &remote.len);
} else {
- /* In case we won't be able to recover local below.
+ /* In case recv_from_to won't be able to recover local addr.
* Also sets port - recv_from_to is unable to do it. */
local = *lsa;
conn = recv_from_to(sock, NULL, 0, MSG_PEEK, &remote.sa, &local.sa, sa_len);