git: 9755e244c9b8 - main - x86: Correct a typo in source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 11:37:05 UTC
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);