Date: Thu, 14 Apr 2022 06:13:44 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: b8e4c893d262 - stable/13 - mpt(4): Fix a typo in a source code comment Message-ID: <202204140613.23E6DiYh055123@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=b8e4c893d2620a3b80e50254c851c29aeea878f7 commit b8e4c893d2620a3b80e50254c851c29aeea878f7 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:13:05 +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 52cd3dda827e..3231d30d0c61 100644 --- a/sys/dev/mpt/mpt.h +++ b/sys/dev/mpt/mpt.h @@ -805,7 +805,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?202204140613.23E6DiYh055123>