From 23c1e989a65eb806afb4fc89b68b16b182a68510 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Sun, 18 Nov 2007 09:21:30 +0000 Subject: o English lesson from bde@: "iff" is not a typo, it means "if and only if". Backout previous. --- sys/fs/msdosfs/msdosfs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/msdosfs') diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index 48c504def95f..db95e1ce4d27 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; -- cgit v1.3