summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorthomas <thomas@FreeBSD.org>2006-09-04 08:32:17 +0000
committerthomas <thomas@FreeBSD.org>2006-09-04 08:32:17 +0000
commitb6505e08848fc6592d4f8f9350424addc681fc49 (patch)
treede890353ab8cf5fd7197191eb446659ef2f44bcc /sys/netinet/udp_usrreq.c
parent4dbb4c1732b29e7b1aab6aaba67120d318d8f203 (diff)
downloadFreeBSD-src-b6505e08848fc6592d4f8f9350424addc681fc49.zip
FreeBSD-src-b6505e08848fc6592d4f8f9350424addc681fc49.tar.gz
Fix typo in comment.
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index 695a7e1..9873527 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -369,7 +369,7 @@ udp_input(m, off)
* not have either the SO_REUSEPORT or SO_REUSEADDR
* socket options set. This heuristic avoids searching
* through all pcbs in the common case of a non-shared
- * port. It * assumes that an application will never
+ * port. It assumes that an application will never
* clear these options after setting them.
*/
if ((last->inp_socket->so_options&(SO_REUSEPORT|SO_REUSEADDR)) == 0)
OpenPOWER on IntegriCloud