From f327177d6fa5c138f70df1b1161687cfa7ec252f Mon Sep 17 00:00:00 2001 From: kib Date: Sun, 14 Oct 2012 18:13:33 +0000 Subject: Grammar fixes. Submitted by: bf MFC after: 1 week --- sys/fs/nullfs/null_vnops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/fs') diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index ab0cc49..94bfea8 100644 --- a/sys/fs/nullfs/null_vnops.c +++ b/sys/fs/nullfs/null_vnops.c @@ -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) -- cgit v1.1