diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-13 16:32:26 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-13 16:32:26 +0000 |
commit | 5497de7e76b165390034e974e02b5bf5d4d30fac (patch) | |
tree | 1685894d48b0204d8cbd9dc2af725dcecdd552b6 /ipsvd | |
parent | bcffeeed7260ff019ed27500d782a7a97881a2a4 (diff) | |
download | busybox-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.c | 2 |
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 | ||