From 8c86c2baadd1d3d5c5dbba8c1598400f9f99ce43 Mon Sep 17 00:00:00 2001 From: bms Date: Thu, 19 Nov 2009 13:21:37 +0000 Subject: Correct a comment. MFC after: 1 day --- sys/netinet/in_mcast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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. */ -- cgit v1.1