Date: Sat, 4 Jun 2022 11:29:03 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: bbb0ca45f818 - main - hptmv(4): Fix a typo in a source code comment Message-ID: <202206041129.254BT3Lx043432@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=bbb0ca45f8189911a35ba76000783b05188153af commit bbb0ca45f8189911a35ba76000783b05188153af Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 11:28:52 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-04 11:28:52 +0000 hptmv(4): Fix a typo in a source code comment - s/continous/continuous/ MFC after: 3 days --- 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?202206041129.254BT3Lx043432>