aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2024-12-10 08:48:55 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2024-12-10 08:48:55 +0000
commite02029e6f48789394f3ad137fd992b5f33e336fc (patch)
tree96002b91336df13064a637b90cf097ab6b9b5d67
parent36b39281a666a4c7269c61f909199131b18783c6 (diff)
-rw-r--r--sys/amd64/vmm/amd/vmcb.h2
1 files changed, 1 insertions, 1 deletions
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)