]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c
NetworkPkg/Mtftp6Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Mtftp6Dxe / Mtftp6Rrq.c
index a830d432916cd2e29858bb9d22afcf9ae76d2b6a..4935933f23125339a648e9b2d952efd43871d1f4 100644 (file)
@@ -742,7 +742,7 @@ Mtftp6RrqInput (
       //\r
       // For the subsequent exchange of requests, reconfigure the udpio as\r
       // (serverip, serverport, localip, localport).\r
-      // Ususally, the client set serverport as 0 to receive and reset it\r
+      // Usually, the client set serverport as 0 to receive and reset it\r
       // once the first packet arrives to send ack.\r
       //\r
       Instance->ServerDataPort = UdpEpt->RemotePort;\r
@@ -851,7 +851,7 @@ Mtftp6RrqInput (
 \r
   default:\r
     //\r
-    // Drop and return eror if received error message.\r
+    // Drop and return error if received error message.\r
     //\r
     Status = EFI_TFTP_ERROR;\r
     break;\r
@@ -896,7 +896,7 @@ ON_EXIT:
 \r
 /**\r
   Start the Mtftp6 instance to download. It first initializes some\r
-  of the internal states, then builds and sends an RRQ reqeuest packet.\r
+  of the internal states, then builds and sends an RRQ request packet.\r
   Finally, it starts receive for the downloading.\r
 \r
   @param[in]  Instance              The pointer to the Mtftp6 instance.\r
@@ -917,7 +917,7 @@ Mtftp6RrqStart (
   //\r
   // The valid block number range are [1, 0xffff]. For example:\r
   // the client sends an RRQ request to the server, the server\r
-  // transfers the DATA1 block. If option negoitation is ongoing,\r
+  // transfers the DATA1 block. If option negotiation is ongoing,\r
   // the server will send back an OACK, then client will send ACK0.\r
   //\r
   Status = Mtftp6InitBlockRange (&Instance->BlkList, 1, 0xffff);\r