]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.h
MdeModulePkg/UsbBus: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbBus.h
index 3fdbc94d95ebb202c558fb5840ecd314b563f6dc..c84a24df2413628ac90f6cf11e1c2625b8a185a2 100644 (file)
@@ -159,7 +159,7 @@ typedef struct _EFI_USB_BUS_PROTOCOL {
 \r
 //\r
 // Stands for the real USB device. Each device may\r
-// has several seperately working interfaces.\r
+// has several separately working interfaces.\r
 //\r
 struct _USB_DEVICE {\r
   USB_BUS                   *Bus;\r
@@ -265,8 +265,8 @@ struct _USB_BUS {
   // USB Bus driver need to control the recursive connect policy of the bus, only those wanted\r
   // usb child device will be recursively connected.\r
   //\r
-  // WantedUsbIoDPList tracks the Usb child devices which user want to recursivly fully connecte,\r
-  // every wanted child device is stored in a item of the WantedUsbIoDPList, whose structrure is\r
+  // WantedUsbIoDPList tracks the Usb child devices which user want to recursively fully connecte,\r
+  // every wanted child device is stored in a item of the WantedUsbIoDPList, whose structure is\r
   // DEVICE_PATH_LIST_ITEM\r
   //\r
   LIST_ENTRY                WantedUsbIoDPList;\r
@@ -337,7 +337,7 @@ UsbBusAddWantedUsbIoDP (
   Check whether a usb child device is the wanted device in a bus.\r
 \r
   @param  Bus     The Usb bus's private data pointer.\r
-  @param  UsbIf   The usb child device inferface.\r
+  @param  UsbIf   The usb child device interface.\r
 \r
   @retval True    If a usb child device is the wanted device in a bus.\r
   @retval False   If a usb child device is *NOT* the wanted device in a bus.\r
@@ -351,7 +351,7 @@ UsbBusIsWantedUsbIO (
   );\r
 \r
 /**\r
-  Recursively connnect every wanted usb child device to ensure they all fully connected.\r
+  Recursively connect every wanted usb child device to ensure they all fully connected.\r
   Check all the child Usb IO handles in this bus, recursively connecte if it is wanted usb child device.\r
 \r
   @param  UsbBusId                  Point to EFI_USB_BUS_PROTOCOL interface.\r
@@ -461,7 +461,7 @@ UsbIoSyncInterruptTransfer (
                                  the request.\r
   @param  PollInterval           The interval to poll the transfer result, (in ms).\r
   @param  DataLength             The length of perodic data transfer.\r
-  @param  Callback               The function to call periodicaly when transfer is\r
+  @param  Callback               The function to call periodically when transfer is\r
                                  ready.\r
   @param  Context                The context to the callback.\r
 \r
@@ -512,7 +512,7 @@ UsbIoIsochronousTransfer (
   @param  DeviceEndpoint         The device endpoint.\r
   @param  Data                   The data to transfer.\r
   @param  DataLength             The length of perodic data transfer.\r
-  @param  IsochronousCallBack    The function to call periodicaly when transfer is\r
+  @param  IsochronousCallBack    The function to call periodically when transfer is\r
                                  ready.\r
   @param  Context                The context to the callback.\r
 \r