summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_vnops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/ntfs/ntfs_vnops.c')
-rw-r--r--sys/fs/ntfs/ntfs_vnops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/ntfs/ntfs_vnops.c b/sys/fs/ntfs/ntfs_vnops.c
index f9e09e8..52e24c6 100644
--- a/sys/fs/ntfs/ntfs_vnops.c
+++ b/sys/fs/ntfs/ntfs_vnops.c
@@ -370,9 +370,9 @@ ntfs_access(ap)
dprintf(("ntfs_access: %d\n",ip->i_number));
/*
- * Disallow write attempts on read-only file systems;
+ * Disallow write attempts on read-only filesystems;
* unless the file is a socket, fifo, or a block or
- * character device resident on the file system.
+ * character device resident on the filesystem.
*/
if (mode & VWRITE) {
switch ((int)vp->v_type) {
OpenPOWER on IntegriCloud