The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=be03f2f9d94b16d625ad09a196bd049ff813f0f2
commit be03f2f9d94b16d625ad09a196bd049ff813f0f2 Author: Gordon Bergling <g...@freebsd.org> AuthorDate: 2022-04-02 11:59:11 +0000 Commit: Gordon Bergling <g...@freebsd.org> CommitDate: 2022-04-09 06:16:50 +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 0055ddda8ce9..73c2ae2b0e2b 100644 --- a/sys/dev/mrsas/mrsas.c +++ b/sys/dev/mrsas/mrsas.c @@ -4783,7 +4783,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