The branch main has been updated by gbe:

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

commit ac4005219166fc94da4ebb7adce3da159072f6d3
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2025-08-25 08:42:23 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2025-08-25 08:42:23 +0000

    msdofs(5): Fix a typo in a source code comment
    
    - s/fist/first/
    
    MFC after:      3 days
---
 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 {

Reply via email to