aboutsummaryrefslogtreecommitdiff
path: root/ipsvd
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-13 16:32:26 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-13 16:32:26 +0000
commit5497de7e76b165390034e974e02b5bf5d4d30fac (patch)
tree1685894d48b0204d8cbd9dc2af725dcecdd552b6 /ipsvd
parentbcffeeed7260ff019ed27500d782a7a97881a2a4 (diff)
downloadbusybox-w32-5497de7e76b165390034e974e02b5bf5d4d30fac.tar.gz
busybox-w32-5497de7e76b165390034e974e02b5bf5d4d30fac.tar.bz2
busybox-w32-5497de7e76b165390034e974e02b5bf5d4d30fac.zip
fix typo in comment
git-svn-id: svn://busybox.net/trunk/busybox@18426 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'ipsvd')
-rw-r--r--ipsvd/tcpudp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c
index 8c15d4b3e..553fee870 100644
--- a/ipsvd/tcpudp.c
+++ b/ipsvd/tcpudp.c
@@ -25,7 +25,7 @@
25 * - local IP address is retrieved (using recvmsg voodoo) but 25 * - local IP address is retrieved (using recvmsg voodoo) but
26 * child's socket is not bound to it (bind cannot be called on 26 * child's socket is not bound to it (bind cannot be called on
27 * already bound socket). Thus it still can emit outgoing packets 27 * already bound socket). Thus it still can emit outgoing packets
28 * with wrong sorce IP... 28 * with wrong source IP...
29 * - don't know how to retrieve ORIGDST for udp. 29 * - don't know how to retrieve ORIGDST for udp.
30 */ 30 */
31 31