Date: Fri, 10 Jun 2022 12:34:06 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: 80bc6e0126a6 - stable/13 - hptmv(4): Fix a typo in a source code comment Message-ID: <202206101234.25ACY6gF023669@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=80bc6e0126a626b6cb8a6ad21cdc26377356042e commit 80bc6e0126a626b6cb8a6ad21cdc26377356042e Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 11:28:52 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:28:42 +0000 hptmv(4): Fix a typo in a source code comment - s/continous/continuous/ (cherry picked from commit bbb0ca45f8189911a35ba76000783b05188153af) --- sys/dev/hptmv/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/hptmv/command.h b/sys/dev/hptmv/command.h index 9acac222fb64..7f6435aa7266 100644 --- a/sys/dev/hptmv/command.h +++ b/sys/dev/hptmv/command.h @@ -240,7 +240,7 @@ DPC_ROUTINE; * Maximum command blocks needed for each VBus: * Each OS command requests 1+MAX_MEMBERS*2 command blocks (RAID1/0 case) * This space is allocated by platform dependent part, either static or - * dynamic, continuous or non-continous. + * dynamic, continuous or non-continuous. * The code only needs _vbus_(pFreeCommands) to be set. * * PendingRoutines[] size:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101234.25ACY6gF023669>