diff options
author | kib <kib@FreeBSD.org> | 2012-10-14 18:13:33 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-10-14 18:13:33 +0000 |
commit | f327177d6fa5c138f70df1b1161687cfa7ec252f (patch) | |
tree | e621600efd9d6ba4a3bf7aaea6ac20d207783099 /sys/fs | |
parent | 77cee4196217908619d9a62a142106e3c4657701 (diff) | |
download | FreeBSD-src-f327177d6fa5c138f70df1b1161687cfa7ec252f.zip FreeBSD-src-f327177d6fa5c138f70df1b1161687cfa7ec252f.tar.gz |
Grammar fixes.
Submitted by: bf
MFC after: 1 week
Diffstat (limited to 'sys/fs')
-rw-r--r-- | sys/fs/nullfs/null_vnops.c | 6 |
1 files changed, 3 insertions, 3 deletions
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) |