From owner-svn-src-head@FreeBSD.ORG Sun Oct 14 18:13:33 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0E1AE78; Sun, 14 Oct 2012 18:13:33 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C8C798FC08; Sun, 14 Oct 2012 18:13:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9EIDXYC015810; Sun, 14 Oct 2012 18:13:33 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9EIDXjx015808; Sun, 14 Oct 2012 18:13:33 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201210141813.q9EIDXjx015808@svn.freebsd.org> From: Konstantin Belousov Date: Sun, 14 Oct 2012 18:13:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241554 - head/sys/fs/nullfs X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2012 18:13:34 -0000 Author: kib Date: Sun Oct 14 18:13:33 2012 New Revision: 241554 URL: http://svn.freebsd.org/changeset/base/241554 Log: Grammar fixes. Submitted by: bf MFC after: 1 week Modified: head/sys/fs/nullfs/null_vnops.c Modified: head/sys/fs/nullfs/null_vnops.c ============================================================================== --- head/sys/fs/nullfs/null_vnops.c Sun Oct 14 17:26:45 2012 (r241553) +++ head/sys/fs/nullfs/null_vnops.c Sun Oct 14 18:13:33 2012 (r241554) @@ -665,9 +665,9 @@ null_unlock(struct vop_unlock_args *ap) } /* - * Do not allow the VOP_INACTIVE to be bypassed to the lower layer, - * since the reference count on the lower vnode is not related with - * our. + * Do not allow the VOP_INACTIVE to be passed to the lower layer, + * since the reference count on the lower vnode is not related to + * ours. */ static int null_inactive(struct vop_inactive_args *ap __unused)