From bbfb244724e25933d7c7cf68b943e0c2a7d6e381 Mon Sep 17 00:00:00 2001 From: Zhenlei Huang Date: Fri, 28 Apr 2023 18:01:58 +0800 Subject: [PATCH] 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 408018f2f5c..76894bbdbc4 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. */