summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-08-07 09:03:51 +0000
committerrwatson <rwatson@FreeBSD.org>2008-08-07 09:03:51 +0000
commit2b8f154f089a2bc16a6aae6620b7948ebb0524f1 (patch)
tree5e1783bca437b636afc01ff418d04292b0cdb6a0
parentbd749b4d8b93207f22a47af417e2b7643b602aad (diff)
downloadFreeBSD-src-2b8f154f089a2bc16a6aae6620b7948ebb0524f1.zip
FreeBSD-src-2b8f154f089a2bc16a6aae6620b7948ebb0524f1.tar.gz
Correct comment typo.
MFC after: 1 week (after inpcb rwlocking)
-rw-r--r--sys/netinet/in_pcb.c4
1 files 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);
OpenPOWER on IntegriCloud