Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ipsvd
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-24 14:27:41 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-24 14:27:41 +0400
commitf87f495e65bd0ab8ae3f7f2a60b9a6361aa62186 (patch)
treeee5e0e3e2ceda68477c0dd323c78b5edf05012d5 /ipsvd
parent028f2d651c046128feec491c2dd77ad33ad601cd (diff)
Update defconfig; fix comments
Diffstat (limited to 'ipsvd')
-rw-r--r--ipsvd/tcpudp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c
index b5c35cc66..6a11539c7 100644
--- a/ipsvd/tcpudp.c
+++ b/ipsvd/tcpudp.c
@@ -98,7 +98,7 @@ enum {
static void connection_status(void)
{
- /* "only 1 client max" don't need this */
+ /* "only 1 client max" desn't need this */
if (cmax > 1)
printf("%s: info: status %u/%u\n", applet_name, cnum, cmax);
}
@@ -341,7 +341,7 @@ int tcpudpsvd_main(int argc, char **argv)
* we cannot replace fd #0 - we will lose pending packet
* which is already buffered for us! And we cannot use fd #1
* instead - it will "intercept" all following packets, but child
- * do not expect data coming *from fd #1*! */
+ * does not expect data coming *from fd #1*! */
#if 0
/* Make it so that local addr is fixed to localp->sa
* and we don't accidentally accept packets to other local IPs. */