Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jan 2009 18:38:57 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186963 - head/sys/netinet
Message-ID:  <200901091838.n09Icv7m065199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Jan  9 18:38:57 2009
New Revision: 186963
URL: http://svn.freebsd.org/changeset/base/186963

Log:
  Fix fat-fingered comment.
  
  Noticed-by: julian

Modified:
  head/sys/netinet/in_pcb.c

Modified: head/sys/netinet/in_pcb.c
==============================================================================
--- head/sys/netinet/in_pcb.c	Fri Jan  9 18:08:50 2009	(r186962)
+++ head/sys/netinet/in_pcb.c	Fri Jan  9 18:38:57 2009	(r186963)
@@ -350,7 +350,7 @@ in_pcbbind_setup(struct inpcb *inp, stru
 			/*
 			 * Is the address a local IP address? 
 			 * If INP_NONLOCALOK is set, then the socket may be bound
-			 * to any local endpoint address.
+			 * to any endpoint address, local or not.
 			 */
 			if (
 #if defined(IP_NONLOCALBIND)



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