X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=NetworkPkg%2FMnpDxe%2FMnpIo.c;fp=NetworkPkg%2FMnpDxe%2FMnpIo.c;h=ae4a18fd81ac03b59414ed82e38edf5edb435e64;hb=5feb1fbd44bc1cea09ded439dd205f2feece2943;hp=56405d62b5e05b1b1f9f6b743576b32301f539ec;hpb=6deb4baa1f778550df7178d40da37e59e3512f5e;p=mirror_edk2.git diff --git a/NetworkPkg/MnpDxe/MnpIo.c b/NetworkPkg/MnpDxe/MnpIo.c index 56405d62b5..ae4a18fd81 100644 --- a/NetworkPkg/MnpDxe/MnpIo.c +++ b/NetworkPkg/MnpDxe/MnpIo.c @@ -190,12 +190,12 @@ MnpBuildTxPacket ( /** Synchronously send out the packet. - This functon places the packet buffer to SNP driver's tansmit queue. The packet - can be considered successfully sent out once SNP acccetp the packet, while the + This function places the packet buffer to SNP driver's tansmit queue. The packet + can be considered successfully sent out once SNP accept the packet, while the packet buffer recycle is deferred for better performance. @param[in] MnpServiceData Pointer to the mnp service context data. - @param[in] Packet Pointer to the pakcet buffer. + @param[in] Packet Pointer to the packet buffer. @param[in] Length The length of the packet. @param[in, out] Token Pointer to the token the packet generated from. @@ -422,7 +422,7 @@ MnpDeliverPacket ( packet. @param[in] Event The event this notify function registered to. - @param[in] Context Pointer to the context data registerd to the Event. + @param[in] Context Pointer to the context data registered to the Event. **/ VOID