diff options
author | bms <bms@FreeBSD.org> | 2009-11-19 13:21:37 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2009-11-19 13:21:37 +0000 |
commit | 8c86c2baadd1d3d5c5dbba8c1598400f9f99ce43 (patch) | |
tree | a4e8b424e425e159b50e3d85c4d2bcaf82a71fb0 /sys | |
parent | 375b60ebd57182e9a9d4bcba62d825bb173cb0f6 (diff) | |
download | FreeBSD-src-8c86c2baadd1d3d5c5dbba8c1598400f9f99ce43.zip FreeBSD-src-8c86c2baadd1d3d5c5dbba8c1598400f9f99ce43.tar.gz |
Correct a comment.
MFC after: 1 day
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/in_mcast.c | 2 |
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. */ |