Correct spelling.

Submitted by:	(pluknet gmail.com)
MFC after:	4 days
X-MFC with:	r201806
This commit is contained in:
bz 2010-01-09 15:37:24 +00:00
parent 5acbf107b3
commit 1634b4cdc4

View File

@ -40,7 +40,7 @@
/*
* Return the source address for the given destination address.
*
* This makes use of proper source address seclection in the FreeBSD kernel
* This makes use of proper source address selection in the FreeBSD kernel
* even taking jails into account (sys/netinet/in_pcb.c:in_pcbladdr()).
* We open a UDP socket, and connect to the destination, letting the kernel
* do the bind and then read the source IPv4 address using getsockname(2).