aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2008-07-16 10:55:50 +0000
committerRobert Watson <rwatson@FreeBSD.org>2008-07-16 10:55:50 +0000
commitca528788b8dd4e8ff02b6012dd85d3fbe10fc0d6 (patch)
treed31a8dfa2cf9e30160cf4706e9e5471cb23017c1 /sys/netinet/udp_usrreq.c
parent6b284b784a5aca8541c08f70e89e84df8a014aa1 (diff)
downloadsrc-ca528788b8dd4e8ff02b6012dd85d3fbe10fc0d6.tar.gz
src-ca528788b8dd4e8ff02b6012dd85d3fbe10fc0d6.zip
Fix error in comment.
MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=180558
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 5c3698f8b0af..41b3dbbb8a9c 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