diff options
Diffstat (limited to 'sys/isofs/cd9660/cd9660_vnops.c')
-rw-r--r-- | sys/isofs/cd9660/cd9660_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_vnops.c b/sys/isofs/cd9660/cd9660_vnops.c index 52909b1..7dcf1a9 100644 --- a/sys/isofs/cd9660/cd9660_vnops.c +++ b/sys/isofs/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) { |