aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:35:34 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:35:34 +0000
commitd653487430a705e2882a50a4cd6b980f61cd4807 (patch)
tree8af95df180e255eab65bbb7b7d1fcc24875d2711
parent2fae7b811ff31e0477ef63ba36b9b430d5474ab5 (diff)
downloadsrc-d653487430a705e2882a50a4cd6b980f61cd4807.tar.gz
src-d653487430a705e2882a50a4cd6b980f61cd4807.zip
i386: Correct a typo in source code comment
- s/occured/occurred/ MFC after: 3 days
-rw-r--r--sys/i386/i386/exception.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s
index ab6c83843bfe..f8d61c884a21 100644
--- a/sys/i386/i386/exception.s
+++ b/sys/i386/i386/exception.s
@@ -565,7 +565,7 @@ doreti_iret_nmi:
* case, and continues in the corresponding place in the code
* below.
*
- * If the fault occured during return to usermode, we recreate
+ * If the fault occurred during return to usermode, we recreate
* the trap frame and call trap() to send a signal. Otherwise
* the kernel was tricked into fault by attempt to restore invalid
* usermode segment selectors on return from nested fault or