]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/MnpDxe/MnpIo.c
NetworkPkg/MnpDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / MnpDxe / MnpIo.c
index 56405d62b5e05b1b1f9f6b743576b32301f539ec..ae4a18fd81ac03b59414ed82e38edf5edb435e64 100644 (file)
@@ -190,12 +190,12 @@ MnpBuildTxPacket (
 /**\r
   Synchronously send out the packet.\r
 \r
-  This functon places the packet buffer to SNP driver's tansmit queue. The packet\r
-  can be considered successfully sent out once SNP acccetp the packet, while the\r
+  This function places the packet buffer to SNP driver's tansmit queue. The packet\r
+  can be considered successfully sent out once SNP accept the packet, while the\r
   packet buffer recycle is deferred for better performance.\r
 \r
   @param[in]       MnpServiceData      Pointer to the mnp service context data.\r
-  @param[in]       Packet              Pointer to the pakcet buffer.\r
+  @param[in]       Packet              Pointer to the packet buffer.\r
   @param[in]       Length              The length of the packet.\r
   @param[in, out]  Token               Pointer to the token the packet generated from.\r
 \r
@@ -422,7 +422,7 @@ MnpDeliverPacket (
   packet.\r
 \r
   @param[in]  Event               The event this notify function registered to.\r
-  @param[in]  Context             Pointer to the context data registerd to the Event.\r
+  @param[in]  Context             Pointer to the context data registered to the Event.\r
 \r
 **/\r
 VOID\r