svn commit: trunk/busybox/ipsvd

vda at busybox.net vda at busybox.net
Fri Apr 13 09:32:29 PDT 2007


Author: vda
Date: 2007-04-13 09:32:26 -0700 (Fri, 13 Apr 2007)
New Revision: 18426

Log:
fix typo in comment


Modified:
   trunk/busybox/ipsvd/tcpudp.c


Changeset:
Modified: trunk/busybox/ipsvd/tcpudp.c
===================================================================
--- trunk/busybox/ipsvd/tcpudp.c	2007-04-13 10:00:12 UTC (rev 18425)
+++ trunk/busybox/ipsvd/tcpudp.c	2007-04-13 16:32:26 UTC (rev 18426)
@@ -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.
  */
 



More information about the busybox-cvs mailing list