From 619ad10f3af2774880867dd638a8016d3181b516 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Wed, 18 Jan 2017 21:40:15 +0800 Subject: PcAtChipsetPkg: Fix typing errors Correct the reported by the codespell utility in some files of PcAtChipsetPkg. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Huth Reviewed-by: Star Zeng --- PcAtChipsetPkg/8254TimerDxe/Timer.c | 6 +++--- PcAtChipsetPkg/8254TimerDxe/Timer.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'PcAtChipsetPkg/8254TimerDxe') diff --git a/PcAtChipsetPkg/8254TimerDxe/Timer.c b/PcAtChipsetPkg/8254TimerDxe/Timer.c index fd8b2ec..2cd888a 100644 --- a/PcAtChipsetPkg/8254TimerDxe/Timer.c +++ b/PcAtChipsetPkg/8254TimerDxe/Timer.c @@ -71,8 +71,8 @@ SetPitCount ( /** 8254 Timer #0 Interrupt Handler. - @param InterruptType The type of interrupt that occured - @param SystemContext A pointer to the system context when the interrupt occured + @param InterruptType The type of interrupt that occurred + @param SystemContext A pointer to the system context when the interrupt occurred **/ VOID EFIAPI @@ -332,7 +332,7 @@ TimerDriverGenerateSoftInterrupt ( @retval EFI_SUCCESS Timer Architectural Protocol created @retval EFI_OUT_OF_RESOURCES Not enough resources available to initialize driver. - @retval EFI_DEVICE_ERROR A device error occured attempting to initialize the driver. + @retval EFI_DEVICE_ERROR A device error occurred attempting to initialize the driver. **/ EFI_STATUS diff --git a/PcAtChipsetPkg/8254TimerDxe/Timer.h b/PcAtChipsetPkg/8254TimerDxe/Timer.h index c2c29bb..b2c8afb 100644 --- a/PcAtChipsetPkg/8254TimerDxe/Timer.h +++ b/PcAtChipsetPkg/8254TimerDxe/Timer.h @@ -57,7 +57,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @retval EFI_SUCCESS Timer Architectural Protocol created @retval EFI_OUT_OF_RESOURCES Not enough resources available to initialize driver. - @retval EFI_DEVICE_ERROR A device error occured attempting to initialize the driver. + @retval EFI_DEVICE_ERROR A device error occurred attempting to initialize the driver. **/ EFI_STATUS -- cgit v1.1