Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 19:49:34 +0000
From:      Jose Luis Duran <jlduran@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 64341378fadf - stable/14 - makefs: Fix typo 's/mirrorring/mirroring/'
Message-ID:  <696944ce.47912.37ed5495@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=64341378fadf9bb3e5490b91d17e659097f7804f

commit 64341378fadf9bb3e5490b91d17e659097f7804f
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-01-05 20:35:37 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2026-01-15 19:47:23 +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 8b5eac4a4b66..c6d0a38c834b 100644
--- a/usr.sbin/makefs/msdos/msdosfs_vfsops.c
+++ b/usr.sbin/makefs/msdos/msdosfs_vfsops.c
@@ -163,7 +163,7 @@ m_msdosfs_mount(struct m_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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696944ce.47912.37ed5495>