git: bbfb244724e2 - main - mrsas: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 10:03:23 UTC
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=bbfb244724e25933d7c7cf68b943e0c2a7d6e381 commit bbfb244724e25933d7c7cf68b943e0c2a7d6e381 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2023-04-28 10:01:58 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2023-04-28 10:01:58 +0000 mrsas: Fix a typo in a source code comment - s/feild/field/ MFC after: 3 days --- sys/dev/mrsas/mrsas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mrsas/mrsas.h b/sys/dev/mrsas/mrsas.h index 408018f2f5ce..76894bbdbc4e 100644 --- a/sys/dev/mrsas/mrsas.h +++ b/sys/dev/mrsas/mrsas.h @@ -992,7 +992,7 @@ typedef struct _MR_FW_RAID_MAP_EXT { typedef struct _MR_DRV_RAID_MAP { /* - * Total size of this structure, including this field. This feild + * Total size of this structure, including this field. This field * will be manupulated by driver for ext raid map, else pick the * value from firmware raid map. */