]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.c
MdeModulePkg/UsbBus: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbHub.c
index c7c27a54819f9609f68625f5d5c8939a0e9df7a1..c5bd112511a46c09c365ce88e5fac167f8f36fb0 100644 (file)
@@ -545,7 +545,7 @@ UsbOnHubInterrupt (
   // OK, actually something is changed, save the change map\r
   // then signal the HUB to do enumeration. This is a good\r
   // practise since UsbOnHubInterrupt is called in the context\r
-  // of host contrller's AsyncInterrupt monitor.\r
+  // of host controller's AsyncInterrupt monitor.\r
   //\r
   HubIf->ChangeMap = AllocateZeroPool (DataLength);\r
 \r
@@ -630,7 +630,7 @@ UsbHubInit (
 \r
   //\r
   // OK, set IsHub to TRUE. Now usb bus can handle this device\r
-  // as a working HUB. If failed eariler, bus driver will not\r
+  // as a working HUB. If failed earlier, bus driver will not\r
   // recognize it as a hub. Other parts of the bus should be able\r
   // to work.\r
   //\r