Date: Thu, 14 Apr 2022 06:44:53 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: 4a4c6243e9e0 - stable/12 - mpt(4): Fix a typo in a source code comment Message-ID: <202204140644.23E6irLP096548@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=4a4c6243e9e014f4b499ed788336b2edce1e87ef commit 4a4c6243e9e014f4b499ed788336b2edce1e87ef Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 12:10:05 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:31:43 +0000 mpt(4): Fix a typo in a source code comment - s/proccessor/processor/ (cherry picked from commit a37c6fcc46caffc15f0f22a7e4afce9192872c1a) --- sys/dev/mpt/mpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h index 1bff77e3758c..4279ecc41bf8 100644 --- a/sys/dev/mpt/mpt.h +++ b/sys/dev/mpt/mpt.h @@ -811,7 +811,7 @@ mpt_read(struct mpt_softc *mpt, int offset) } /* - * Some operations (e.g. diagnostic register writes while the ARM proccessor + * Some operations (e.g. diagnostic register writes while the ARM processor * is disabled), must be performed using "PCI pio" operations. On non-PCI * buses, these operations likely map to normal register accesses. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140644.23E6irLP096548>