Date: Mon, 25 Aug 2025 08:49:05 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ac4005219166 - main - msdofs(5): Fix a typo in a source code comment Message-ID: <202508250849.57P8n5PE097787@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=ac4005219166fc94da4ebb7adce3da159072f6d3 commit ac4005219166fc94da4ebb7adce3da159072f6d3 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-08-25 08:42:23 +0000 Commit: Gordon Bergling <gbe@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 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508250849.57P8n5PE097787>