]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6If.c
NetworkPkg/Ip6Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6If.c
index 956c05c396aac5bb3b57c6b5f97d163d061c22bf..5b469710572cd9f3a24262f2c1ba655805b1fab6 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Implement IP6 pesudo interface.\r
+  Implement IP6 pseudo interface.\r
 \r
   Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
@@ -160,7 +160,7 @@ Ip6SetAddress (
 \r
 \r
   //\r
-  // Node should delay joining the solicited-node mulitcast address by a random delay\r
+  // Node should delay joining the solicited-node multicast address by a random delay\r
   // between 0 and MAX_RTR_SOLICITATION_DELAY (1 second).\r
   // Thus queue the address to be processed in Duplicate Address Detection module\r
   // after the delay time (in milliseconds).\r
@@ -497,7 +497,7 @@ Ip6OnFrameReceivedDpc (
   }\r
 \r
   //\r
-  // Wrap the frame in a net buffer then deliever it to IP input.\r
+  // Wrap the frame in a net buffer then deliver it to IP input.\r
   // IP will reassemble the packet, and deliver it to upper layer\r
   //\r
   Netfrag.Len  = MnpRxData->DataLength;\r
@@ -548,7 +548,7 @@ Ip6OnFrameReceived (
 \r
   @retval EFI_ALREADY_STARTED   There is already a pending receive request.\r
   @retval EFI_OUT_OF_RESOURCES  Failed to allocate resource to receive.\r
-  @retval EFI_SUCCESS           The recieve request has been started.\r
+  @retval EFI_SUCCESS           The receive request has been started.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -575,7 +575,7 @@ Ip6ReceiveFrame (
 }\r
 \r
 /**\r
-  Callback funtion when frame transmission is finished. It will\r
+  Callback function when frame transmission is finished. It will\r
   call the frame owner's callback function to tell it the result.\r
 \r
   @param[in]  Context        Context which points to the token.\r