Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2025 09:17:29 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 87e0274be959 - stable/13 - msdofs(5): Fix a typo in a source code comment
Message-ID:  <202508280917.57S9HTir010633@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe:

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

commit 87e0274be95993dd3652d5eec9f6b45c7ecd41a4
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:14:33 +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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508280917.57S9HTir010633>