]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Transfer.c
SourceLevelDebugPkg/DebugCommunicationLib: Fix various typos
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugCommunicationLibUsb3 / DebugCommunicationLibUsb3Transfer.c
index a3e3c134d8f100b1a5d0e28141c946605a2c6f1c..262cfab3fbb40a8b3eaa430f7c14316fd664dc40 100644 (file)
@@ -152,7 +152,7 @@ XhcCheckNewEvent (
 \r
   EvtRing->EventRingDequeue += sizeof (TRB_TEMPLATE);\r
   //\r
-  // If the dequeue pointer is beyond the ring, then roll-back it to the begining of the ring.\r
+  // If the dequeue pointer is beyond the ring, then roll-back it to the beginning of the ring.\r
   //\r
   if ((UINTN)EvtRing->EventRingDequeue >= ((UINTN) EvtRing->EventRingSeg0 + sizeof (TRB_TEMPLATE) * EvtRing->TrbNumber)) {\r
     EvtRing->EventRingDequeue = EvtRing->EventRingSeg0;\r
@@ -510,7 +510,7 @@ XhcCreateUrb (
   @param  Direction             The direction of data transfer.\r
   @param  Data                  Array of pointers to the buffers of data to transmit\r
                                 from or receive into.\r
-  @param  DataLength            The lenght of the data buffer.\r
+  @param  DataLength            The length of the data buffer.\r
   @param  Timeout               Indicates the maximum time, in microsecond, which\r
                                 the transfer is allowed to complete.\r
 \r