It still wrong after the change :)
 
----------------
Кому: src-committ...@freebsd.org (src-committ...@freebsd.org), dev-commits-src-...@freebsd.org (dev-commits-src-...@freebsd.org), dev-commits-src-main@freebsd.org (dev-commits-src-main@freebsd.org);
Тема: git: 36b39281a666 - main - vmcb.h: fix typo in the comment;
10.12.2024, 11:23, "Konstantin Belousov" <k...@freebsd.org>:

The branch main has been updated by kib:

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

commit 36b39281a666a4c7269c61f909199131b18783c6
Author: Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2024-12-10 08:22:01 +0000
Commit: Konstantin Belousov <k...@freebsd.org>
CommitDate: 2024-12-10 08:22:37 +0000

    vmcb.h: fix typo in the comment
    
    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 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)
 

 
 
-- 
Regards,
Ruslan
 

Reply via email to