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. */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"