Fix fat-fingered comment.

Noticed-by: julian
This commit is contained in:
Adrian Chadd 2009-01-09 18:38:57 +00:00
parent cef2729493
commit 8696873dae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186963

View File

@ -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)