The branch main has been updated by gbe (doc committer):

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

commit d653487430a705e2882a50a4cd6b980f61cd4807
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-09-04 11:35:34 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-09-04 11:35:34 +0000

    i386: Correct a typo in source code comment
    
    - s/occured/occurred/
    
    MFC after:      3 days
---
 sys/i386/i386/exception.s | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to