From aaeba0f3d2a31fa5e3675e4d65c51f5ba341821a Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 16 Jul 2008 10:55:50 +0000 Subject: Fix error in comment. MFC after: 3 weeks --- sys/netinet/udp_usrreq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netinet/udp_usrreq.c') diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 5c3698f..41b3dbb 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -848,9 +848,9 @@ udp_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr, /* * Depending on whether or not the application has bound or connected - * the application, we may have to do varying levels of work. The - * optimal case is for a connected UDP socket, as a global lock isn't - * required. + * the socket, we may have to do varying levels of work. The optimal + * case is for a connected UDP socket, as a global lock isn't + * required at all. * * In order to decide which we need, we require stability of the * inpcb binding, which we ensure by acquiring a read lock on the -- cgit v1.1