svn commit: r199525 - head/sys/netinet

Bruce M Simpson bms at FreeBSD.org
Thu Nov 19 13:21:38 UTC 2009


Author: bms
Date: Thu Nov 19 13:21:37 2009
New Revision: 199525
URL: http://svn.freebsd.org/changeset/base/199525

Log:
  Correct a comment.
  
  MFC after:	1 day

Modified:
  head/sys/netinet/in_mcast.c

Modified: head/sys/netinet/in_mcast.c
==============================================================================
--- head/sys/netinet/in_mcast.c	Thu Nov 19 12:51:19 2009	(r199524)
+++ head/sys/netinet/in_mcast.c	Thu Nov 19 13:21:37 2009	(r199525)
@@ -1967,7 +1967,7 @@ inp_join_group(struct inpcb *inp, struct
 		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.
 			 */


More information about the svn-src-head mailing list