svn commit: r202915 - head/sys/netinet6
Bjoern A. Zeeb
bz at FreeBSD.org
Sun Jan 24 10:22:40 UTC 2010
Author: bz
Date: Sun Jan 24 10:22:39 2010
New Revision: 202915
URL: http://svn.freebsd.org/changeset/base/202915
Log:
Correct a typo.
Submitted by: kensmith
MFC after: 3 days
Modified:
head/sys/netinet6/in6_pcb.c
Modified: head/sys/netinet6/in6_pcb.c
==============================================================================
--- head/sys/netinet6/in6_pcb.c Sun Jan 24 10:08:54 2010 (r202914)
+++ head/sys/netinet6/in6_pcb.c Sun Jan 24 10:22:39 2010 (r202915)
@@ -332,7 +332,7 @@ in6_pcbladdr(register struct inpcb *inp,
* 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;
More information about the svn-src-all
mailing list