From 8696873daef3e6f599fbde541e97d2387fc2085b Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 9 Jan 2009 18:38:57 +0000 Subject: [PATCH] Fix fat-fingered comment. Noticed-by: julian --- sys/netinet/in_pcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index a5ea737fb2a..a09f581acf0 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -350,7 +350,7 @@ in_pcbbind_setup(struct inpcb *inp, struct sockaddr *nam, in_addr_t *laddrp, /* * 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) -- 2.45.2