From owner-svn-src-all@FreeBSD.ORG Fri Mar 20 14:16:27 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62AFA4E1; Fri, 20 Mar 2015 14:16:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EA601BA; Fri, 20 Mar 2015 14:16:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2KEGRR4060559; Fri, 20 Mar 2015 14:16:27 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2KEGRY6060558; Fri, 20 Mar 2015 14:16:27 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201503201416.t2KEGRY6060558@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Fri, 20 Mar 2015 14:16:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r280282 - head/sys/net X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2015 14:16:27 -0000 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