aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:36:53 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-07 07:33:32 +0000
commit61c67c68e79bcd7e9d65c893d58f0d50d9ba75e7 (patch)
treee68cf496e0742f1e79510b840332dd46f0db8eec /sys
parentb4f99603e1cbfd1eda4edfaef6c64fc564e2627c (diff)
x86: Correct a typo in source code comment
- s/occured/occurred/ (cherry picked from commit 9755e244c9b87aa0ff993aa5cf777da65fa9f627)
Diffstat (limited to 'sys')
-rw-r--r--sys/x86/x86/mca.c2
1 files changed, 1 insertions, 1 deletions
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);