diff options
Diffstat (limited to 'PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c')
-rw-r--r-- | PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c index 21b8e26297..ebe28e93ac 100644 --- a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c +++ b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c @@ -110,7 +110,7 @@ InitializeIdeControllerDriver ( driver but used by bus driver
@retval EFI_SUCCESS Driver loaded.
- @retval !EFI_SUCESS Driver not loaded.
+ @retval !EFI_SUCCESS Driver not loaded.
**/
EFI_STATUS
EFIAPI
@@ -249,7 +249,7 @@ IdeControllerStart ( @param NumberOfChildren Not used
@param ChildHandleBuffer Not used
- @retval EFI_SUCESS This driver is removed DeviceHandle
+ @retval EFI_SUCCESS This driver is removed DeviceHandle
@retval !EFI_SUCCESS This driver was not removed from this device
**/
EFI_STATUS
|