From 31bc38f0954a83e10570165280ae0827e3f1eb80 Mon Sep 17 00:00:00 2001 From: maxim Date: Sat, 17 Nov 2007 16:19:48 +0000 Subject: o Fix a typo in the comment. --- sys/fs/msdosfs/msdosfs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs') 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; -- cgit v1.1