Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2012 18:13:33 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241554 - head/sys/fs/nullfs
Message-ID:  <201210141813.q9EIDXjx015808@svn.freebsd.org>

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



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