Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2010 10:22:39 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202915 - head/sys/netinet6
Message-ID:  <201001241022.o0OAMdie095578@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001241022.o0OAMdie095578>