Correct a typo.

Submitted by:	kensmith
MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2010-01-24 10:22:39 +00:00
parent 48fc5de116
commit 681ffdf935
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202915

View File

@ -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;