git: 32c601b6cfbc - main - mrsas(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 11:59:37 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=32c601b6cfbcd6d99722faaacb8d246cd27116bd commit 32c601b6cfbcd6d99722faaacb8d246cd27116bd Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 11:59:11 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 11:59:11 +0000 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 c032959fcc86..595dc3e340ae 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