Date: Sun, 4 Sep 2022 11:37:05 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: 9755e244c9b8 - main - x86: Correct a typo in source code comment Message-ID: <202209041137.284Bb5cI059904@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=9755e244c9b87aa0ff993aa5cf777da65fa9f627 commit 9755e244c9b87aa0ff993aa5cf777da65fa9f627 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 11:36:53 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-04 11:36:53 +0000 x86: Correct a typo in source code comment - s/occured/occurred/ MFC after: 3 days --- 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 58630fae0781..7aff3874ad1b 100644 --- a/sys/x86/x86/mca.c +++ b/sys/x86/x86/mca.c @@ -811,7 +811,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?202209041137.284Bb5cI059904>