summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2009-01-09 18:38:57 +0000
committeradrian <adrian@FreeBSD.org>2009-01-09 18:38:57 +0000
commit5500b828206f41b78827dd9b063fc513c5555219 (patch)
treeca2078a1af27036a00a19c89584852647b4b5e97
parent2b9fd92371fa27e6b6d9c8a30175a5087dd99053 (diff)
downloadFreeBSD-src-5500b828206f41b78827dd9b063fc513c5555219.zip
FreeBSD-src-5500b828206f41b78827dd9b063fc513c5555219.tar.gz
Fix fat-fingered comment.
Noticed-by: julian
-rw-r--r--sys/netinet/in_pcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index a5ea737..a09f581 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)
OpenPOWER on IntegriCloud