]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h
PcAtChipsetPkg: Fix typing errors
[mirror_edk2.git] / PcAtChipsetPkg / IsaAcpiDxe / PcatIsaAcpi.h
index 1fcac402b950641114e4d351338b60cbfa27015d..0671127644d90e8e10d06427fcf3b36af2579883 100644 (file)
@@ -133,7 +133,7 @@ PcatIsaAcpiDriverBindingStop (
   @param Device          Point to device ID instance \r
 \r
   @retval EFI_NOT_FOUND Can not found the next Isa device.\r
-  @retval EFI_SUCESS    Success retrieve the next Isa device for enumration.\r
+  @retval EFI_SUCCESS    Success retrieve the next Isa device for enumration.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -152,7 +152,7 @@ IsaDeviceEnumerate (
   @param OnOff           TRUE for setting isa device power on,\r
                          FALSE for setting isa device power off\r
 \r
-  @return EFI_SUCCESS    Sucess to change power status for isa device.\r
+  @return EFI_SUCCESS    Success to change power status for isa device.\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -204,7 +204,7 @@ IsaGetPossibleResource (
   @param Device          Point to device ID instance \r
   @param ResourceList    Point to resources instances for given isa device\r
 \r
-  @return EFI_SUCESS  Success to set resource.\r
+  @return EFI_SUCCESS  Success to set resource.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -222,7 +222,7 @@ IsaSetResource (
   @param Device          Point to device ID instance \r
   @param Enable          Enable/Disable\r
 \r
-  @return EFI_SUCESS  Success to enable/disable.\r
+  @return EFI_SUCCESS  Success to enable/disable.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -239,7 +239,7 @@ IsaEnableDevice (
   @param This            Point to instance of EFI_ISA_ACPI_PROTOCOL\r
   @param Device          Point to device ID instance \r
 \r
-  @return EFI_SUCESS  Success to initialize.\r
+  @return EFI_SUCCESS  Success to initialize.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -254,7 +254,7 @@ IsaInitDevice (
 \r
   @param This            Point to instance of EFI_ISA_ACPI_PROTOCOL\r
 \r
-  @return EFI_SUCESS  Success to initialize ISA interface.\r
+  @return EFI_SUCCESS  Success to initialize ISA interface.\r
 \r
 **/\r
 EFI_STATUS\r