diff options
Diffstat (limited to 'sys/security/lomac/kernel_util.c')
-rw-r--r-- | sys/security/lomac/kernel_util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/security/lomac/kernel_util.c b/sys/security/lomac/kernel_util.c index 99cd6cb..4a4999d 100644 --- a/sys/security/lomac/kernel_util.c +++ b/sys/security/lomac/kernel_util.c @@ -292,7 +292,7 @@ sysarch(struct thread *td, struct sysarch_args *uap) { extern int lomac_mmap(struct proc *, struct mmap_args *); /* - * Mount a file system. + * Mount a filesystem. */ #ifndef _SYS_SYSPROTO_H_ struct mount_args { @@ -344,7 +344,7 @@ finish: } /* - * Unmount a file system. + * Unmount a filesystem. * * Note: unmount takes a path to the vnode mounted on as argument, * not special file (as before). @@ -390,7 +390,7 @@ unmount(td, uap) } /* - * Don't allow unmounting the root file system. + * Don't allow unmounting the root filesystem. */ if (mp->mnt_flag & MNT_ROOTFS) { vput(vp); |