aboutsummaryrefslogtreecommitdiff
path: root/ipsvd
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-13 16:32:26 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-13 16:32:26 +0000
commitbeaca811e4e8a62c799ec9022f9459e0d2d55425 (patch)
tree1685894d48b0204d8cbd9dc2af725dcecdd552b6 /ipsvd
parent62f0479cf106eab811e1ff5397029d665dd85b53 (diff)
downloadbusybox-beaca811e4e8a62c799ec9022f9459e0d2d55425.tar.gz
fix typo in comment
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 @@
* - local IP address is retrieved (using recvmsg voodoo) but
* child's socket is not bound to it (bind cannot be called on
* already bound socket). Thus it still can emit outgoing packets
- * with wrong sorce IP...
+ * with wrong source IP...
* - don't know how to retrieve ORIGDST for udp.
*/