git: 5a8a57257cb8 - stable/12 - mrsas(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:33:25 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=5a8a57257cb8067f0fde7bb2a41f529d595f8f20 commit 5a8a57257cb8067f0fde7bb2a41f529d595f8f20 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 11:59:11 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:22:55 +0000 mrsas(4): Fix a typo in a source code comment - s/alloction/allocation/ (cherry picked from commit 32c601b6cfbcd6d99722faaacb8d246cd27116bd) --- 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 ff7dc765a3b4..0789f62150a4 100644 --- a/sys/dev/mrsas/mrsas.c +++ b/sys/dev/mrsas/mrsas.c @@ -4778,7 +4778,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