Date: Wed, 27 Jan 2010 09:45:08 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r203060 - stable/8/sys/netinet6 Message-ID: <201001270945.o0R9j8P7071592@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Wed Jan 27 09:45:07 2010 New Revision: 203060 URL: http://svn.freebsd.org/changeset/base/203060 Log: MFC r202915: Correct a typo. Submitted by: kensmith Modified: stable/8/sys/netinet6/in6_pcb.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/xen/xenpci/ (props changed) Modified: stable/8/sys/netinet6/in6_pcb.c ============================================================================== --- stable/8/sys/netinet6/in6_pcb.c Wed Jan 27 07:37:39 2010 (r203059) +++ stable/8/sys/netinet6/in6_pcb.c Wed Jan 27 09:45:07 2010 (r203060) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001270945.o0R9j8P7071592>