summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2009-11-19 13:21:37 +0000
committerbms <bms@FreeBSD.org>2009-11-19 13:21:37 +0000
commit8c86c2baadd1d3d5c5dbba8c1598400f9f99ce43 (patch)
treea4e8b424e425e159b50e3d85c4d2bcaf82a71fb0
parent375b60ebd57182e9a9d4bcba62d825bb173cb0f6 (diff)
downloadFreeBSD-src-8c86c2baadd1d3d5c5dbba8c1598400f9f99ce43.zip
FreeBSD-src-8c86c2baadd1d3d5c5dbba8c1598400f9f99ce43.tar.gz
Correct a comment.
MFC after: 1 day
-rw-r--r--sys/netinet/in_mcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in_mcast.c b/sys/netinet/in_mcast.c
index 2ef6d3a..1f658da 100644
--- a/sys/netinet/in_mcast.c
+++ b/sys/netinet/in_mcast.c
@@ -1967,7 +1967,7 @@ inp_join_group(struct inpcb *inp, struct sockopt *sopt)
imf = &imo->imo_mfilters[idx];
if (ssa->ss.ss_family != AF_UNSPEC) {
/*
- * MCAST_JOIN_SOURCE on an exclusive membership
+ * MCAST_JOIN_SOURCE_GROUP on an exclusive membership
* is an error. On an existing inclusive membership,
* it just adds the source to the filter list.
*/
OpenPOWER on IntegriCloud