From 9349c2e68164ea4b757ea938c79c938ab258885b Mon Sep 17 00:00:00 2001 From: Giri P Mudusuru Date: Fri, 8 Jul 2016 14:21:02 +0800 Subject: PcAtChipsetPkg: Fix typos in comments - EFI_UNSUPPORTEDT to EFI_UNSUPPORTED Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru Reviewed-by: Ruiyu Ni --- PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PcAtChipsetPkg/HpetTimerDxe') diff --git a/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c b/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c index e23a2c8..0ed8743 100644 --- a/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c +++ b/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c @@ -1,7 +1,7 @@ /** @file Timer Architectural Protocol module using High Precesion Event Timer (HPET) - Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -142,7 +142,7 @@ TimerDriverGetTimerPeriod ( @param This The EFI_TIMER_ARCH_PROTOCOL instance. @retval EFI_SUCCESS The soft timer interrupt was generated. - @retval EFI_UNSUPPORTEDT The platform does not support the generation of soft + @retval EFI_UNSUPPORTED The platform does not support the generation of soft timer interrupts. **/ @@ -662,7 +662,7 @@ TimerDriverGetTimerPeriod ( @param This The EFI_TIMER_ARCH_PROTOCOL instance. @retval EFI_SUCCESS The soft timer interrupt was generated. - @retval EFI_UNSUPPORTEDT The platform does not support the generation of soft + @retval EFI_UNSUPPORTED The platform does not support the generation of soft timer interrupts. **/ -- cgit v1.1