Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2010 10:20:10 +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-7@freebsd.org
Subject:   svn commit: r203063 - stable/7/sys/netinet6
Message-ID:  <201001271020.o0RAKAFK079519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Wed Jan 27 10:20:10 2010
New Revision: 203063
URL: http://svn.freebsd.org/changeset/base/203063

Log:
  MFC r202915:
    Correct a typo.
  
    Submitted by: kensmith
  
  Approved by:	re (kib)

Modified:
  stable/7/sys/netinet6/in6_pcb.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/netinet6/in6_pcb.c
==============================================================================
--- stable/7/sys/netinet6/in6_pcb.c	Wed Jan 27 10:17:28 2010	(r203062)
+++ stable/7/sys/netinet6/in6_pcb.c	Wed Jan 27 10:20:10 2010	(r203063)
@@ -326,7 +326,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?201001271020.o0RAKAFK079519>