summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_pcb.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2010-01-24 10:22:39 +0000
committerbz <bz@FreeBSD.org>2010-01-24 10:22:39 +0000
commit5fa77a0084e7088758903647e5c5d7fba99e815e (patch)
tree8d7328fa0a7f9f6cf185e83c9cd7678fa62d055b /sys/netinet6/in6_pcb.c
parenta5fe9358cb74f3a902fb68fdfed0569487e08726 (diff)
downloadFreeBSD-src-5fa77a0084e7088758903647e5c5d7fba99e815e.zip
FreeBSD-src-5fa77a0084e7088758903647e5c5d7fba99e815e.tar.gz
Correct a typo.
Submitted by: kensmith MFC after: 3 days
Diffstat (limited to 'sys/netinet6/in6_pcb.c')
-rw-r--r--sys/netinet6/in6_pcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c
index d40a9e3..7995b43 100644
--- a/sys/netinet6/in6_pcb.c
+++ b/sys/netinet6/in6_pcb.c
@@ -332,7 +332,7 @@ in6_pcbladdr(register struct inpcb *inp, struct sockaddr *nam,
* Do not update this earlier, in case we return with an error.
*
* XXX: this in6_selectsrc result might replace the bound local
- * aaddress with the address specified by setsockopt(IPV6_PKTINFO).
+ * address with the address specified by setsockopt(IPV6_PKTINFO).
* Is it the intended behavior?
*/
*plocal_addr6 = in6a;
OpenPOWER on IntegriCloud