X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ipsvd%2Ftcpudp.c;h=6a11539c7a3c3a26c8515a23f53c58a8c773759b;hb=ea7645bab62c6f68c755cf717662bceaa04858ed;hp=b5c35cc66e75ffe0891a2892ad89a66d9ee85995;hpb=fe7cd642b0b732f5d41403c2f6983ad676b69dd9;p=oweals%2Fbusybox.git 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. */