Author: glebius Date: Fri Mar 20 14:16:26 2015 New Revision: 280282 URL: https://svnweb.freebsd.org/changeset/base/280282
Log: Tiny comment fix. Modified: head/sys/net/if_vlan.c Modified: head/sys/net/if_vlan.c ============================================================================== --- head/sys/net/if_vlan.c Fri Mar 20 14:12:04 2015 (r280281) +++ head/sys/net/if_vlan.c Fri Mar 20 14:16:26 2015 (r280282) @@ -157,7 +157,7 @@ static eventhandler_tag iflladdr_tag; * We have a global mutex, that is used to serialize configuration * changes and isn't used in normal packet delivery. * - * We also have a per-trunk rwlock, that is locked shared on packet + * We also have a per-trunk rmlock(9), that is locked shared on packet * processing and exclusive when configuration is changed. * * The VLAN_ARRAY substitutes the dynamic hash with a static array _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
