svn commit: r186963 - head/sys/netinet

Adrian Chadd adrian at FreeBSD.org
Fri Jan 9 10:38:58 PST 2009


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)


More information about the svn-src-all mailing list