]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/GenericBdsLib/BdsConnect.c
Fix some typo.
[mirror_edk2.git] / MdeModulePkg / Library / GenericBdsLib / BdsConnect.c
index 4c721e07db5e9c26fb01f0d24033b69af7145398..edbc3688405ab48275841d824aaa7f1e1c63766f 100644 (file)
@@ -18,7 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 /**\r
   This function will connect all the system driver to controller\r
   first, and then special connect the default console, this make\r
-  sure all the system controller avialbe and the platform default\r
+  sure all the system controller available and the platform default\r
   console connected.\r
 \r
 **/\r
@@ -49,7 +49,7 @@ BdsLibConnectAll (
 /**\r
   This function will connect all the system drivers to all controllers\r
   first, and then connect all the console devices the system current\r
-  have. After this we should get all the device work and console avariable\r
+  have. After this we should get all the device work and console available\r
   if the system have console device.\r
 \r
 **/\r
@@ -320,8 +320,8 @@ BdsLibConnectAllDriversToAllControllers (
   @return EFI_INVALID_PARAMETER  RemainingDevicePath is NULL pointer.\r
                                  RemainingDevicePath is not a USB device path.\r
                                  Invalid HostControllerPI type.\r
-  @return EFI_SUCCESS            Sucess to connect USB device\r
-  @return EFI_NOT_FOUND          Fail to find hanlde for USB controller to connect.\r
+  @return EFI_SUCCESS            Success to connect USB device\r
+  @return EFI_NOT_FOUND          Fail to find handle for USB controller to connect.\r
 \r
 **/\r
 EFI_STATUS\r