From 32c601b6cfbcd6d99722faaacb8d246cd27116bd Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 2 Apr 2022 13:59:11 +0200 Subject: [PATCH] mrsas(4): Fix a typo in a source code comment - s/alloction/allocation/ MFC after: 3 days --- sys/dev/mrsas/mrsas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mrsas/mrsas.c b/sys/dev/mrsas/mrsas.c index c032959fcc8..595dc3e340a 100644 --- a/sys/dev/mrsas/mrsas.c +++ b/sys/dev/mrsas/mrsas.c @@ -4749,7 +4749,7 @@ dcmd_timeout: /* * mrsas_alloc_tmp_dcmd: Allocates memory for temporary command input: - * Adapter soft state Temp command Size of alloction + * Adapter soft state Temp command Size of allocation * * Allocates DMAable memory for a temporary internal command. The allocated * memory is initialized to all zeros upon successful loading of the dma