From 58adac10e7558c422f6a86eb14a9862358df9646 Mon Sep 17 00:00:00 2001 From: maxim Date: Fri, 8 Apr 2005 08:43:21 +0000 Subject: o Tweak the comment a bit. --- sys/netinet/in_pcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/in_pcb.c') diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index a91ca6d..5e31c42 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -411,7 +411,7 @@ in_pcbbind_setup(inp, nam, laddrp, lportp, cred) * For UDP, use random port allocation as long as the user * allows it. For TCP (and as of yet unknown) connections, * use random port allocation only if the user allows it AND - * ipport_tick allows it. + * ipport_tick() allows it. */ if (ipport_randomized && (!ipport_stoprandom || pcbinfo == &udbinfo)) -- cgit v1.1