Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 07:57:49 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f7bc667acf70 - stable/12 - i386: Correct a typo in source code comment
Message-ID:  <202209070757.2877vnUm081537@gitrepo.freebsd.org>

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

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

commit f7bc667acf70053c1a98e87026c6cde5643a207b
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:35:34 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:56:44 +0000

    i386: Correct a typo in source code comment
    
    - s/occured/occurred/
    
    (cherry picked from commit d653487430a705e2882a50a4cd6b980f61cd4807)
---
 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 b288543dafe1..a81e79432d76 100644
--- a/sys/i386/i386/exception.s
+++ b/sys/i386/i386/exception.s
@@ -562,7 +562,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?202209070757.2877vnUm081537>