The branch main has been updated by kib:

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

commit e02029e6f48789394f3ad137fd992b5f33e336fc
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2024-12-10 08:48:55 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2024-12-10 08:48:55 +0000

    vmcb.h: fix typo in the comment, try two
    
    Noted by:       rm
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
---
 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 027e894936bd..09150fc26a72 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 interecepts.
+ * EXITINTINFO, Interrupt exit info for all intercepts.
  * Section 15.7.2, Intercepts during IDT Interrupt Delivery.
  */
 #define VMCB_EXITINTINFO_VECTOR(x)     ((x) & 0xFF)

Reply via email to