git: 6a4aae1ed69d - stable/14 - msdofs(5): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 28 Aug 2025 09:13:47 UTC
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=6a4aae1ed69d365205d70098c6199c2bce52fe97

commit 6a4aae1ed69d365205d70098c6199c2bce52fe97
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-25 08:42:23 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-08-28 09:09:02 +0000

    msdofs(5): Fix a typo in a source code comment
    
    - s/fist/first/
    
    (cherry picked from commit ac4005219166fc94da4ebb7adce3da159072f6d3)
---
 sys/fs/msdosfs/bootsect.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/fs/msdosfs/bootsect.h b/sys/fs/msdosfs/bootsect.h
index 170d94cb9512..94b1137a153e 100644
--- a/sys/fs/msdosfs/bootsect.h
+++ b/sys/fs/msdosfs/bootsect.h
@@ -20,7 +20,7 @@
 
 /*
  * Format of a boot sector.  This is the first sector on a DOS floppy disk
- * or the fist sector of a partition on a hard disk.  But, it is not the
+ * or the first sector of a partition on a hard disk.  But, it is not the
  * first sector of a partitioned hard disk.
  */
 struct bootsector33 {