From 619ad10f3af2774880867dd638a8016d3181b516 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Wed, 18 Jan 2017 21:40:15 +0800 Subject: 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 Reviewed-by: Star Zeng --- PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c') 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 -- cgit v1.2.3