mirror of https://github.com/acidanthera/audk.git
PcAtChipsetPkg: Fix typos in comments
- EFI_UNSUPPORTEDT to EFI_UNSUPPORTED Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
97b67051c9
commit
9349c2e681
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Timer Architectural Protocol as defined in the DXE CIS
|
Timer Architectural Protocol as defined in the DXE CIS
|
||||||
|
|
||||||
Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -285,7 +285,7 @@ TimerDriverGetTimerPeriod (
|
||||||
@param This The EFI_TIMER_ARCH_PROTOCOL instance.
|
@param This The EFI_TIMER_ARCH_PROTOCOL instance.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The soft timer interrupt was generated.
|
@retval EFI_SUCCESS The soft timer interrupt was generated.
|
||||||
@retval EFI_UNSUPPORTEDT The platform does not support the generation of soft timer interrupts.
|
@retval EFI_UNSUPPORTED The platform does not support the generation of soft timer interrupts.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Private data structures
|
Private data structures
|
||||||
|
|
||||||
Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -178,7 +178,7 @@ TimerDriverGetTimerPeriod (
|
||||||
@param This The EFI_TIMER_ARCH_PROTOCOL instance.
|
@param This The EFI_TIMER_ARCH_PROTOCOL instance.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The soft timer interrupt was generated.
|
@retval EFI_SUCCESS The soft timer interrupt was generated.
|
||||||
@retval EFI_UNSUPPORTEDT The platform does not support the generation of soft timer interrupts.
|
@retval EFI_UNSUPPORTED The platform does not support the generation of soft timer interrupts.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Timer Architectural Protocol module using High Precesion Event Timer (HPET)
|
Timer Architectural Protocol module using High Precesion Event Timer (HPET)
|
||||||
|
|
||||||
Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
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.
|
@param This The EFI_TIMER_ARCH_PROTOCOL instance.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The soft timer interrupt was generated.
|
@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.
|
timer interrupts.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
@ -662,7 +662,7 @@ TimerDriverGetTimerPeriod (
|
||||||
@param This The EFI_TIMER_ARCH_PROTOCOL instance.
|
@param This The EFI_TIMER_ARCH_PROTOCOL instance.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The soft timer interrupt was generated.
|
@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.
|
timer interrupts.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Reference in New Issue