mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
vmcb.h: fix typo in the comment, try two
Noted by: rm Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
36b39281a6
commit
e02029e6f4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user