diff options
author | Thomas Huth <thuth@redhat.com> | 2017-01-18 21:40:15 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2017-01-20 08:50:09 +0800 |
commit | 619ad10f3af2774880867dd638a8016d3181b516 (patch) | |
tree | 17b0332c44109240e4862968af8f0f6016b4627f /PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h | |
parent | 19ca06bb84cafd661f7da34e9ca3c7ec6add1135 (diff) | |
download | edk2-619ad10f3af2774880867dd638a8016d3181b516.tar.gz edk2-619ad10f3af2774880867dd638a8016d3181b516.tar.bz2 edk2-619ad10f3af2774880867dd638a8016d3181b516.zip |
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 <thuth@redhat.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h')
-rw-r--r-- | PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h b/PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h index 1fcac402b9..0671127644 100644 --- a/PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h +++ b/PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h @@ -133,7 +133,7 @@ PcatIsaAcpiDriverBindingStop ( @param Device Point to device ID instance
@retval EFI_NOT_FOUND Can not found the next Isa device.
- @retval EFI_SUCESS Success retrieve the next Isa device for enumration.
+ @retval EFI_SUCCESS Success retrieve the next Isa device for enumration.
**/
EFI_STATUS
@@ -152,7 +152,7 @@ IsaDeviceEnumerate ( @param OnOff TRUE for setting isa device power on,
FALSE for setting isa device power off
- @return EFI_SUCCESS Sucess to change power status for isa device.
+ @return EFI_SUCCESS Success to change power status for isa device.
**/
EFI_STATUS
EFIAPI
@@ -204,7 +204,7 @@ IsaGetPossibleResource ( @param Device Point to device ID instance
@param ResourceList Point to resources instances for given isa device
- @return EFI_SUCESS Success to set resource.
+ @return EFI_SUCCESS Success to set resource.
**/
EFI_STATUS
@@ -222,7 +222,7 @@ IsaSetResource ( @param Device Point to device ID instance
@param Enable Enable/Disable
- @return EFI_SUCESS Success to enable/disable.
+ @return EFI_SUCCESS Success to enable/disable.
**/
EFI_STATUS
@@ -239,7 +239,7 @@ IsaEnableDevice ( @param This Point to instance of EFI_ISA_ACPI_PROTOCOL
@param Device Point to device ID instance
- @return EFI_SUCESS Success to initialize.
+ @return EFI_SUCCESS Success to initialize.
**/
EFI_STATUS
@@ -254,7 +254,7 @@ IsaInitDevice ( @param This Point to instance of EFI_ISA_ACPI_PROTOCOL
- @return EFI_SUCESS Success to initialize ISA interface.
+ @return EFI_SUCCESS Success to initialize ISA interface.
**/
EFI_STATUS
|