makefs: Fix typo 's/mirrorring/mirroring/'

MFC after:	1 week
This commit is contained in:
Jose Luis Duran
2026-01-05 20:35:37 +00:00
parent 93b15dbc1f
commit 73af599fb7
+1 -1
View File
@@ -163,7 +163,7 @@ m_msdosfs_mount(struct m_vnode *devvp)
pmp->pm_fatdiv = 1; pmp->pm_fatdiv = 1;
pmp->pm_FATsecs = getulong(b710->bpbBigFATsecs); pmp->pm_FATsecs = getulong(b710->bpbBigFATsecs);
/* mirrorring is enabled if the FATMIRROR bit is not set */ /* mirroring is enabled if the FATMIRROR bit is not set */
if ((getushort(b710->bpbExtFlags) & FATMIRROR) == 0) if ((getushort(b710->bpbExtFlags) & FATMIRROR) == 0)
pmp->pm_flags |= MSDOSFS_FATMIRROR; pmp->pm_flags |= MSDOSFS_FATMIRROR;
else else