summaryrefslogtreecommitdiffstats
path: root/sys/security/lomac/lomacfs_vnops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/security/lomac/lomacfs_vnops.c')
-rw-r--r--sys/security/lomac/lomacfs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/lomac/lomacfs_vnops.c b/sys/security/lomac/lomacfs_vnops.c
index 430da86..28e9a26 100644
--- a/sys/security/lomac/lomacfs_vnops.c
+++ b/sys/security/lomac/lomacfs_vnops.c
@@ -344,7 +344,7 @@ lomacfs_cachedlookup(
/*
* Check to see if the vnode has been mounted on;
- * if so find the root of the mounted file system.
+ * if so find the root of the mounted filesystem.
*/
if (lvp->v_type == VDIR && (mp = lvp->v_mountedhere) &&
(cnp->cn_flags & NOCROSSMOUNT) == 0) {
OpenPOWER on IntegriCloud