diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-05-16 21:28:32 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-05-16 21:28:32 +0000 |
commit | 28d42899b766c395e5a6476f5bfa88b1481a08c0 (patch) | |
tree | 0cbeb3775d12e86712b373b6e5a62d8ee7b3abc8 /sys/isofs/cd9660/cd9660_vnops.c | |
parent | b459f6c72649c5aa0ae116e177e7fb6f302b20ff (diff) | |
download | FreeBSD-src-28d42899b766c395e5a6476f5bfa88b1481a08c0.zip FreeBSD-src-28d42899b766c395e5a6476f5bfa88b1481a08c0.tar.gz |
More s/file system/filesystem/g
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) { |