summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-07-16 10:55:50 +0000
committerrwatson <rwatson@FreeBSD.org>2008-07-16 10:55:50 +0000
commitaaeba0f3d2a31fa5e3675e4d65c51f5ba341821a (patch)
treed31a8dfa2cf9e30160cf4706e9e5471cb23017c1 /sys/netinet/udp_usrreq.c
parent8949e679ff0b97525d3e24994d6b9a43c9feed24 (diff)
downloadFreeBSD-src-aaeba0f3d2a31fa5e3675e4d65c51f5ba341821a.zip
FreeBSD-src-aaeba0f3d2a31fa5e3675e4d65c51f5ba341821a.tar.gz
Fix error in comment.
MFC after: 3 weeks
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c6
1 files changed, 3 insertions, 3 deletions
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
OpenPOWER on IntegriCloud