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-07 07:32:50 +0000
commitca77f7674ec2a1b94c809f72bd3a9df48e25044e (patch)
tree910afd461797a7b4a9d6d1a368130ad8c21a9a3a
parentb6e1df5be300bb21db38102fa108b62543ed0ace (diff)
downloadsrc-ca77f7674ec2a1b94c809f72bd3a9df48e25044e.tar.gz
src-ca77f7674ec2a1b94c809f72bd3a9df48e25044e.zip
i386: Correct a typo in source code comment
- s/occured/occurred/ (cherry picked from commit d653487430a705e2882a50a4cd6b980f61cd4807)
-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 af654fd129a9..272ebb5a2460 100644
--- a/sys/i386/i386/exception.s
+++ b/sys/i386/i386/exception.s
@@ -591,7 +591,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