summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2007-11-17 16:19:48 +0000
committermaxim <maxim@FreeBSD.org>2007-11-17 16:19:48 +0000
commit31bc38f0954a83e10570165280ae0827e3f1eb80 (patch)
tree91f1c5ad30fd5ee0f16d02d6c3c010b8220fd065 /sys/fs
parenta7318bd80c628e3e15223ad6cc6a860db8f35dd9 (diff)
downloadFreeBSD-src-31bc38f0954a83e10570165280ae0827e3f1eb80.zip
FreeBSD-src-31bc38f0954a83e10570165280ae0827e3f1eb80.tar.gz
o Fix a typo in the comment.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/msdosfs/msdosfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c
index db95e1c..48c504d 100644
--- a/sys/fs/msdosfs/msdosfs_vfsops.c
+++ b/sys/fs/msdosfs/msdosfs_vfsops.c
@@ -464,7 +464,7 @@ mountmsdosfs(struct vnode *devvp, struct mount *mp, struct thread *td)
/*
* Initialize ownerships and permissions, since nothing else will
- * initialize them iff we are mounting root.
+ * initialize them if we are mounting root.
*/
pmp->pm_uid = UID_ROOT;
pmp->pm_gid = GID_WHEEL;
OpenPOWER on IntegriCloud