summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2010-01-09 15:37:24 +0000
committerbz <bz@FreeBSD.org>2010-01-09 15:37:24 +0000
commit1634b4cdc45804e920c59295508bf4f20aae1c64 (patch)
tree858ed41b6d9458a683e84dffcc3d0681c867744a /usr.sbin/traceroute
parent5acbf107b335c72f1fbcb36706de6430d591b953 (diff)
downloadFreeBSD-src-1634b4cdc45804e920c59295508bf4f20aae1c64.zip
FreeBSD-src-1634b4cdc45804e920c59295508bf4f20aae1c64.tar.gz
Correct spelling.
Submitted by: (pluknet gmail.com) MFC after: 4 days X-MFC with: r201806
Diffstat (limited to 'usr.sbin/traceroute')
-rw-r--r--usr.sbin/traceroute/findsaddr-udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/traceroute/findsaddr-udp.c b/usr.sbin/traceroute/findsaddr-udp.c
index 3af5d53..3da72c7 100644
--- a/usr.sbin/traceroute/findsaddr-udp.c
+++ b/usr.sbin/traceroute/findsaddr-udp.c
@@ -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).
OpenPOWER on IntegriCloud