Date: Sat, 9 Apr 2022 06:19:30 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: be03f2f9d94b - stable/13 - mrsas(4): Fix a typo in a source code comment Message-ID: <202204090619.2396JUGu035354@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <gbe@FreeBSD.org> AuthorDate: 2022-04-02 11:59:11 +0000 Commit: Gordon Bergling <gbe@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090619.2396JUGu035354>