aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenlei Huang <zlei@FreeBSD.org>2023-04-28 10:01:58 +0000
committerZhenlei Huang <zlei@FreeBSD.org>2023-05-17 10:03:30 +0000
commit4f6be38eed953c35df73451911ca685bd8fe5535 (patch)
tree700fdd373eeccddc4c9e067dd7770ec3110d9024
parenta043c76d3e33004848b7ff3aed8ce3213a741d97 (diff)
downloadsrc-4f6be38eed953c35df73451911ca685bd8fe5535.tar.gz
src-4f6be38eed953c35df73451911ca685bd8fe5535.zip
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)
-rw-r--r--sys/dev/mrsas/mrsas.h2
1 files changed, 1 insertions, 1 deletions
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.
*/