git: 87e0274be959 - stable/13 - msdofs(5): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Aug 2025 09:17:29 UTC
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 {