From 2b8f154f089a2bc16a6aae6620b7948ebb0524f1 Mon Sep 17 00:00:00 2001 From: rwatson Date: Thu, 7 Aug 2008 09:03:51 +0000 Subject: Correct comment typo. MFC after: 1 week (after inpcb rwlocking) --- sys/netinet/in_pcb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index c013438..c06c67f 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -280,8 +280,8 @@ in_pcbbind_setup(struct inpcb *inp, struct sockaddr *nam, in_addr_t *laddrp, int dorandom; /* - * Because no actual state changes occur here, a write global write - * lock on the pcbinfo isn't required. + * Because no actual state changes occur here, a global write lock on + * the pcbinfo isn't required. */ INP_INFO_LOCK_ASSERT(pcbinfo); INP_LOCK_ASSERT(inp); -- cgit v1.1