1
0
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:
Konstantin Belousov 2024-12-10 10:48:55 +02:00
parent 36b39281a6
commit e02029e6f4

View File

@ -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)