git: 61c67c68e79b - stable/13 - x86: Correct a typo in source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 07:34:24 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=61c67c68e79bcd7e9d65c893d58f0d50d9ba75e7

commit 61c67c68e79bcd7e9d65c893d58f0d50d9ba75e7
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:33:32 +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 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);