aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs/null_vnops.c
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2012-10-14 18:13:33 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2012-10-14 18:13:33 +0000
commit82ed933c6fa9e1c8d191ce204fd4c051a656e6f0 (patch)
treee621600efd9d6ba4a3bf7aaea6ac20d207783099 /sys/fs/nullfs/null_vnops.c
parentd6025c7bb713ff86bb5aeaf77d12128e80602d88 (diff)
downloadsrc-82ed933c6fa9e1c8d191ce204fd4c051a656e6f0.tar.gz
src-82ed933c6fa9e1c8d191ce204fd4c051a656e6f0.zip
Grammar fixes.
Submitted by: bf MFC after: 1 week
Notes
Notes: svn path=/head/; revision=241554
Diffstat (limited to 'sys/fs/nullfs/null_vnops.c')
-rw-r--r--sys/fs/nullfs/null_vnops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index ab0cc4948807..94bfea803979 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)