projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62f0479
)
fix typo in comment
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 13 Apr 2007 16:32:26 +0000
(16:32 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 13 Apr 2007 16:32:26 +0000
(16:32 -0000)
ipsvd/tcpudp.c
patch
|
blob
|
history
diff --git
a/ipsvd/tcpudp.c
b/ipsvd/tcpudp.c
index 8c15d4b3e09a38e141c5c0357050b2bd9e688b78..553fee870d63b5dfeff4c7d9feb2149ef7500d54 100644
(file)
--- 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 so
u
rce IP...
* - don't know how to retrieve ORIGDST for udp.
*/