Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 07:08:05 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2699315134ab - stable/14 - vmcb.h: fix typo in the comment
Message-ID:  <202412130708.4BD785r2035960@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib:

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

commit 2699315134abccc98417368e2d143f05ea974c15
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-12-10 08:22:01 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-12-13 07:07:51 +0000

    vmcb.h: fix typo in the comment
    
    (cherry picked from commit 36b39281a666a4c7269c61f909199131b18783c6)
---
 sys/amd64/vmm/amd/vmcb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/amd64/vmm/amd/vmcb.h b/sys/amd64/vmm/amd/vmcb.h
index b11dabe5b6de..027e894936bd 100644
--- a/sys/amd64/vmm/amd/vmcb.h
+++ b/sys/amd64/vmm/amd/vmcb.h
@@ -167,7 +167,7 @@
 #define	VMCB_NPF_INFO1_GPT		BIT(33) /* Guest page table. */
 
 /*
- * EXITINTINFO, Interrupt exit info for all intrecepts.
+ * EXITINTINFO, Interrupt exit info for all interecepts.
  * Section 15.7.2, Intercepts during IDT Interrupt Delivery.
  */
 #define VMCB_EXITINTINFO_VECTOR(x)	((x) & 0xFF)



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