]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
NetworkPkg/Library: Fix various typos
[mirror_edk2.git] / NetworkPkg / Library / DxeUdpIoLib / DxeUdpIoLib.c
index 155cb3104972c086097af7a6cecf0cc50a6904df..0034a5694f92ec23c92856e3cd88753e6175cec9 100644 (file)
@@ -147,7 +147,7 @@ UdpIoRecycleDgram (
 /**\r
   The event handle for UDP receive request.\r
 \r
-  It will build a NET_BUF from the recieved UDP data, then deliver it\r
+  It will build a NET_BUF from the received UDP data, then deliver it\r
   to the receiver.\r
 \r
   @param[in]  Context               The UDP RX token.\r
@@ -335,7 +335,7 @@ UdpIoOnDgramRcvd (
   @param[in]  UdpIo                 The UdpIo to receive packets from.\r
   @param[in]  CallBack              The function to call when receive finished.\r
   @param[in]  Context               The opaque parameter to the CallBack.\r
-  @param[in]  HeadLen               The head length to reserver for the packet.\r
+  @param[in]  HeadLen               The head length to reserve for the packet.\r
 \r
   @return The Wrapped request or NULL if failed to allocate resources or some errors happened.\r
 \r
@@ -410,7 +410,7 @@ UdpIoCreateRxToken (
   @param[in]  UdpIo                 The UdpIo to send packet to.\r
   @param[in]  Packet                The user's packet.\r
   @param[in]  EndPoint              The local and remote access point.\r
-  @param[in]  Gateway               The overrided next hop.\r
+  @param[in]  Gateway               The overridden next hop.\r
   @param[in]  CallBack              The function to call when transmission completed.\r
   @param[in]  Context               The opaque parameter to the call back.\r
 \r
@@ -590,7 +590,7 @@ UdpIoCreateTxToken (
   @param[in]  ImageHandle           The image handle for the driver.\r
   @param[in]  Configure             The function to configure the created UDP child.\r
   @param[in]  UdpVersion            The UDP protocol version, UDP4 or UDP6.\r
-  @param[in]  Context               The opaque parameter for the Configure funtion.\r
+  @param[in]  Context               The opaque parameter for the Configure function.\r
 \r
   @return Newly-created UDP_IO or NULL if failed.\r
 \r
@@ -755,7 +755,7 @@ FREE_MEM:
 \r
   @param[in]  UdpIo                 The UDP_IO to cancel packet.\r
   @param[in]  IoStatus              The IoStatus to return to the packet owners.\r
-  @param[in]  ToCancel              The select funtion to test whether to cancel this\r
+  @param[in]  ToCancel              The select function to test whether to cancel this\r
                                     packet or not.\r
   @param[in]  Context               The opaque parameter to the ToCancel.\r
 \r