git: 62af5091a4f7 - stable/13 - mrsas: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 May 2023 09:59:16 UTC
The branch stable/13 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=62af5091a4f757b2c356a1dbf8edf40548b0a724 commit 62af5091a4f757b2c356a1dbf8edf40548b0a724 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2023-04-28 10:01:58 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2023-05-17 09:57:08 +0000 mrsas: Fix a typo in a source code comment - s/feild/field/ MFC after: 3 days (cherry picked from commit bbfb244724e25933d7c7cf68b943e0c2a7d6e381) --- 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 069db02fadff..44f247352f0b 100644 --- a/sys/dev/mrsas/mrsas.h +++ b/sys/dev/mrsas/mrsas.h @@ -998,7 +998,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. */