summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2003-06-20 23:29:04 +0000
committerjmg <jmg@FreeBSD.org>2003-06-20 23:29:04 +0000
commit5580f806795f952f8676517f36e98223ff9cc6b7 (patch)
treee1681e8c6d3c0d5b1dea15df80967b734e907778 /sys/fs
parent00589a04e07c4840cafdb12a81660fe56348b7ed (diff)
downloadFreeBSD-src-5580f806795f952f8676517f36e98223ff9cc6b7.zip
FreeBSD-src-5580f806795f952f8676517f36e98223ff9cc6b7.tar.gz
fix grammar in comment
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/pseudofs/pseudofs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/pseudofs/pseudofs_vnops.c b/sys/fs/pseudofs/pseudofs_vnops.c
index 034a429..3cdd21a 100644
--- a/sys/fs/pseudofs/pseudofs_vnops.c
+++ b/sys/fs/pseudofs/pseudofs_vnops.c
@@ -227,7 +227,7 @@ pfs_ioctl(struct vop_ioctl_args *va)
PFS_RETURN (ENOTTY);
/*
- * This is necessary because either process' privileges may
+ * This is necessary because process' privileges may
* have changed since the open() call.
*/
if (!pfs_visible(curthread, pn, pvd->pvd_pid))
OpenPOWER on IntegriCloud