]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c
MdeModulePkg/Bus/I2c: Fix few typos
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cBus.c
index ed33a51da252757d4f71772a0699dc566db47afe..1833c0afb81de6ba1065a6c0e46524bb083f3777 100644 (file)
@@ -538,7 +538,7 @@ I2cBusDriverSupported (
   @retval EFI_SUCCESS              The device was started.\r
   @retval EFI_DEVICE_ERROR         The device could not be started due to a device error.Currently not implemented.\r
   @retval EFI_OUT_OF_RESOURCES     The request could not be completed due to a lack of resources.\r
-  @retval Others                   The driver failded to start the device.\r
+  @retval Others                   The driver failed to start the device.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -623,7 +623,7 @@ I2cBusDriverStart (
   if ((RemainingDevicePath != NULL) && IsDevicePathEnd (RemainingDevicePath)) {\r
     //\r
     // If RemainingDevicePath is the End of Device Path Node,\r
-    // don't create any child device and return EFI_SUCESS\r
+    // don't create any child device and return EFI_SUCCESS\r
     //\r
     return EFI_SUCCESS;\r
   }\r