From owner-svn-src-all@FreeBSD.ORG Sun Jan 24 10:22:40 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 294A71065670; Sun, 24 Jan 2010 10:22:40 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 186868FC08; Sun, 24 Jan 2010 10:22:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o0OAMdRE095580; Sun, 24 Jan 2010 10:22:39 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o0OAMdie095578; Sun, 24 Jan 2010 10:22:39 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <201001241022.o0OAMdie095578@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 24 Jan 2010 10:22:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r202915 - head/sys/netinet6 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2010 10:22:40 -0000 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;