Date: Wed, 7 Sep 2022 07:34:21 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: ca77f7674ec2 - stable/13 - i386: Correct a typo in source code comment Message-ID: <202209070734.2877YLhh055213@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ca77f7674ec2a1b94c809f72bd3a9df48e25044e commit ca77f7674ec2a1b94c809f72bd3a9df48e25044e 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:32:50 +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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209070734.2877YLhh055213>