Date: Wed, 7 Sep 2022 07:57:51 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: ef370b780a96 - stable/12 - x86: Correct a typo in source code comment Message-ID: <202209070757.2877vpWn081585@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=ef370b780a968388351f869345da6706486c96ce commit ef370b780a968388351f869345da6706486c96ce Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 11:36:53 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-07 07:57:28 +0000 x86: Correct a typo in source code comment - s/occured/occurred/ (cherry picked from commit 9755e244c9b87aa0ff993aa5cf777da65fa9f627) --- sys/x86/x86/mca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/x86/x86/mca.c b/sys/x86/x86/mca.c index 1d2cc56e117d..df3e4e94c299 100644 --- a/sys/x86/x86/mca.c +++ b/sys/x86/x86/mca.c @@ -594,7 +594,7 @@ update_threshold(enum scan_mode mode, int valid, int last_intr, int count, if (mode != POLLED) return (limit); - /* If a CMCI occured recently, do nothing for now. */ + /* If a CMCI occurred recently, do nothing for now. */ if (delta < cmc_throttle) return (limit);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209070757.2877vpWn081585>