From 53b1dd1036df3839d46bb150f7a8b2037390093a Mon Sep 17 00:00:00 2001 From: Sean Brogan Date: Tue, 8 Oct 2019 21:55:54 -0700 Subject: PcAtChipsetPkg: Fix spelling errors https://bugzilla.tianocore.org/show_bug.cgi?id=2263 Cc: Ray Ni Signed-off-by: Michael D Kinney Reviewed-by: Ray Ni --- PcAtChipsetPkg/Include/Library/IoApicLib.h | 2 +- PcAtChipsetPkg/Include/Register/Hpet.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'PcAtChipsetPkg/Include') diff --git a/PcAtChipsetPkg/Include/Library/IoApicLib.h b/PcAtChipsetPkg/Include/Library/IoApicLib.h index 200ef731fb..4ee092c0f2 100644 --- a/PcAtChipsetPkg/Include/Library/IoApicLib.h +++ b/PcAtChipsetPkg/Include/Library/IoApicLib.h @@ -63,7 +63,7 @@ IoApicEnableInterrupt ( Configures an I/O APIC interrupt. Configure an I/O APIC Redirection Table Entry to deliver an interrupt in physical - mode to the Local APIC of the currntly executing CPU. The default state of the + mode to the Local APIC of the currently executing CPU. The default state of the entry is for the interrupt to be disabled (masked). IoApicEnableInterrupts() must be used to enable(unmask) the I/O APIC Interrupt. diff --git a/PcAtChipsetPkg/Include/Register/Hpet.h b/PcAtChipsetPkg/Include/Register/Hpet.h index f7c0174e14..8437ec1f2d 100644 --- a/PcAtChipsetPkg/Include/Register/Hpet.h +++ b/PcAtChipsetPkg/Include/Register/Hpet.h @@ -70,14 +70,14 @@ typedef union { UINT32 LevelTriggeredInterrupt:1; UINT32 InterruptEnable:1; UINT32 PeriodicInterruptEnable:1; - UINT32 PeriodicInterruptCapablity:1; - UINT32 CounterSizeCapablity:1; + UINT32 PeriodicInterruptCapability:1; + UINT32 CounterSizeCapability:1; UINT32 ValueSetEnable:1; UINT32 Reserved1:1; UINT32 CounterSizeEnable:1; UINT32 InterruptRoute:5; UINT32 MsiInterruptEnable:1; - UINT32 MsiInterruptCapablity:1; + UINT32 MsiInterruptCapability:1; UINT32 Reserved2:16; UINT32 InterruptRouteCapability; } Bits; -- cgit v1.2.3