From d438d815810718eba338db8a2c59bf1108e91f5e Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Mon, 4 Sep 2006 08:32:17 +0000 Subject: [PATCH] Fix typo in comment. --- sys/netinet/udp_usrreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 695a7e1569d..9873527a1a7 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)