From 4a7c81a449368ce0c32725033a69a2b6071f1092 Mon Sep 17 00:00:00 2001 From: "Reyes, Amy" Date: Tue, 27 Sep 2022 12:02:24 -0700 Subject: [PATCH] doc: Fix typos in interrupt hld Signed-off-by: Reyes, Amy --- doc/developer-guides/hld/hv-interrupt.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer-guides/hld/hv-interrupt.rst b/doc/developer-guides/hld/hv-interrupt.rst index 57cabbf9f..4f417eccd 100644 --- a/doc/developer-guides/hld/hv-interrupt.rst +++ b/doc/developer-guides/hld/hv-interrupt.rst @@ -191,7 +191,7 @@ The interrupt vectors are assigned as shown here: - Usage * - 0x0-0x14 - - Exceptions: NMI, INT3, page dault, GP, debug. + - Exceptions: NMI, INT3, page fault, GP, debug. * - 0x15-0x1F - Reserved @@ -218,7 +218,7 @@ The interrupt vectors are assigned as shown here: - Hypervisor Callback HSM * - 0xF4 - - Performance Monitering Interrupt + - Performance Monitoring Interrupt * - 0xFF - SPURIOUS_APIC_VECTOR