summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-09-29 13:48:48 +0000
committerrwatson <rwatson@FreeBSD.org>2008-09-29 13:48:48 +0000
commit402e931839664f52e93554a1f23e3a7b7dafa04d (patch)
treee72a24af8473190cbf9c10db502983d3f08b90a0
parenta51772f1080b4137e2124a1ba43db68b2b8c5bc1 (diff)
downloadFreeBSD-src-402e931839664f52e93554a1f23e3a7b7dafa04d.zip
FreeBSD-src-402e931839664f52e93554a1f23e3a7b7dafa04d.tar.gz
Fix typo in comment.
MFC after: 3 days
-rw-r--r--sys/netinet/in_pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index 598f843..857d007 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -49,8 +49,8 @@
struct inpcbpolicy;
/*
- * Struct inpcb is the ommon structure pcb for the Internet Protocol
- * implementation.
+ * struct inpcb is the common protocol control block structure used in most
+ * IP transport protocols.
*
* Pointers to local and foreign host table entries, local and foreign socket
* numbers, and pointers up (to a socket structure) and down (to a
OpenPOWER on IntegriCloud