diff options
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r-- | sys/kern/vfs_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 6f7d5ff..f1d8492 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -398,7 +398,7 @@ vfs_getvfs(fsid_t *fsid) } /* - * Check if a user can access priveledged mount options. + * Check if a user can access privileged mount options. */ int vfs_suser(struct mount *mp, struct thread *td) |