The branch stable/13 has been updated by jlduran:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=70db1cd937e8bf98c75ff7cba2c905cb644ad9e3

commit 70db1cd937e8bf98c75ff7cba2c905cb644ad9e3
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2026-01-05 20:35:37 +0000
Commit:     Jose Luis Duran <[email protected]>
CommitDate: 2026-01-15 19:48:17 +0000

    makefs: Fix typo 's/mirrorring/mirroring/'
    
    MFC after:      1 week
    
    (cherry picked from commit 73af599fb7be6806b553ac6f470d76711b74286c)
---
 usr.sbin/makefs/msdos/msdosfs_vfsops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/makefs/msdos/msdosfs_vfsops.c 
b/usr.sbin/makefs/msdos/msdosfs_vfsops.c
index a142c143a05c..260e2d102a43 100644
--- a/usr.sbin/makefs/msdos/msdosfs_vfsops.c
+++ b/usr.sbin/makefs/msdos/msdosfs_vfsops.c
@@ -169,7 +169,7 @@ msdosfs_mount(struct vnode *devvp)
                pmp->pm_fatdiv = 1;
                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)
                        pmp->pm_flags |= MSDOSFS_FATMIRROR;
                else

Reply via email to