Correct a comment.

MFC after:	1 day
This commit is contained in:
Bruce M Simpson 2009-11-19 13:21:37 +00:00
parent 0dc5893ef3
commit a8cf681de2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199525

View File

@ -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.
*/