Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2015 14:16:27 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280282 - head/sys/net
Message-ID:  <201503201416.t2KEGRY6060558@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503201416.t2KEGRY6060558>