summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_vnops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/cd9660/cd9660_vnops.c')
-rw-r--r--sys/fs/cd9660/cd9660_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/cd9660/cd9660_vnops.c b/sys/fs/cd9660/cd9660_vnops.c
index 52909b1..7dcf1a9 100644
--- a/sys/fs/cd9660/cd9660_vnops.c
+++ b/sys/fs/cd9660/cd9660_vnops.c
@@ -137,7 +137,7 @@ cd9660_access(ap)
/*
* Disallow write attempts unless the file is a socket,
* fifo, or a block or character device resident on the
- * file system.
+ * filesystem.
*/
if (mode & VWRITE) {
switch (vp->v_type) {
OpenPOWER on IntegriCloud