summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-06-08 23:07:09 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-06-08 23:07:09 +0000
commit783b2798cd7815555355d7b19cbe84fefadf190f (patch)
tree4a90e65f9cd7c91faadfded473681672c9f22541
parentc313d136c06aee58dc42234d410ff90569d1f4bf (diff)
remove stray * from comment, probably a rewrapping artefact
-rw-r--r--sys/netinet/udp_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index 94ee74c0d7b..2284ac40b5e 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: udp_usrreq.c,v 1.129 2009/06/05 00:05:22 claudio Exp $ */
+/* $OpenBSD: udp_usrreq.c,v 1.130 2009/06/08 23:07:08 sthen Exp $ */
/* $NetBSD: udp_usrreq.c,v 1.28 1996/03/16 23:54:03 christos Exp $ */
/*
@@ -509,7 +509,7 @@ udp_input(struct mbuf *m, ...)
* 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 |