Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 11:35:43 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d653487430a7 - main - i386: Correct a typo in source code comment
Message-ID:  <202209041135.284BZhOw059644@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

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

commit d653487430a705e2882a50a4cd6b980f61cd4807
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:35:34 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209041135.284BZhOw059644>