]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Include/Library/UdpIoLib.h
NetworkPkg/Library: Fix various typos
[mirror_edk2.git] / NetworkPkg / Include / Library / UdpIoLib.h
index c3cddfafb151510f1474ad6f54b1897ad2c56b4b..cd4ebeb87a4368b82b244ae63fc4f3f6c445688c 100644 (file)
@@ -43,7 +43,7 @@ typedef struct {
 \r
   This prototype is used by both receive and sending when calling\r
   UdpIoRecvDatagram() or UdpIoSendDatagram(). When receiving, Netbuf is allocated by the\r
-  UDP access point and released by the user. When sending, the user allocates the the NetBuf,\r
+  UDP access point and released by the user. When sending, the user allocates the NetBuf,\r
   which is then provided to the callback as a reference.\r
 \r
   @param[in] Packet       The packet received or sent.\r
@@ -197,7 +197,7 @@ BOOLEAN
 \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
@@ -228,7 +228,7 @@ UdpIoCancelDgrams (
   @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 The newly-created UDP_IO, or NULL if failed.\r
 \r