x86: Correct a typo in source code comment

- s/occured/occurred/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 13:36:53 +02:00
parent d653487430
commit 9755e244c9

View File

@ -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);