summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vfsops.c
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2007-11-18 09:21:30 +0000
committermaxim <maxim@FreeBSD.org>2007-11-18 09:21:30 +0000
commitf5a81b2cdb4ab68adba58b3a24c0b68c05ea2d80 (patch)
tree103e86629c1a1b28657abd8733164300121272a9 /sys/fs/msdosfs/msdosfs_vfsops.c
parent3525a7ea50717d3f217993d3325db22b4bf2eacb (diff)
downloadFreeBSD-src-f5a81b2cdb4ab68adba58b3a24c0b68c05ea2d80.zip
FreeBSD-src-f5a81b2cdb4ab68adba58b3a24c0b68c05ea2d80.tar.gz
o English lesson from bde@: "iff" is not a typo, it means "if and only if".
Backout previous.
Diffstat (limited to 'sys/fs/msdosfs/msdosfs_vfsops.c')
-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 48c504d..db95e1c 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 if we are mounting root.
+ * initialize them iff we are mounting root.
*/
pmp->pm_uid = UID_ROOT;
pmp->pm_gid = GID_WHEEL;
OpenPOWER on IntegriCloud