git: 4f6be38eed95 - stable/12 - mrsas: Fix a typo in a source code comment

From: Zhenlei Huang <zlei_at_FreeBSD.org>
Date: Wed, 17 May 2023 10:05:36 UTC
The branch stable/12 has been updated by zlei:

URL: https://cgit.FreeBSD.org/src/commit/?id=4f6be38eed953c35df73451911ca685bd8fe5535

commit 4f6be38eed953c35df73451911ca685bd8fe5535
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2023-04-28 10:01:58 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2023-05-17 10:03:30 +0000

    mrsas: Fix a typo in a source code comment
    
    - s/feild/field/
    
    MFC after:      3 days
    
    (cherry picked from commit bbfb244724e25933d7c7cf68b943e0c2a7d6e381)
    (cherry picked from commit 62af5091a4f757b2c356a1dbf8edf40548b0a724)
---
 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 50b67f0ca50d..638bb46695fc 100644
--- a/sys/dev/mrsas/mrsas.h
+++ b/sys/dev/mrsas/mrsas.h
@@ -937,7 +937,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.
 	 */