summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorThomas Quinot <thomas@FreeBSD.org>2006-09-04 08:32:17 +0000
committerThomas Quinot <thomas@FreeBSD.org>2006-09-04 08:32:17 +0000
commitd438d815810718eba338db8a2c59bf1108e91f5e (patch)
treede890353ab8cf5fd7197191eb446659ef2f44bcc /sys/netinet/udp_usrreq.c
parent1e9defe45aadaca746d25b1094459d7327447daf (diff)
Notes
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 695a7e1569de..9873527a1a7b 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)